Vinyl
    Preparing search index...

    Type Alias SystemInfoLikeRule

    SystemInfoLikeRule: (
        tokenizedUa: TokenizedUserAgent,
        systemInfo: UaSystemInfo | null,
    ) => UaSystemInfo | null

    A User Agent rule takes a tokenized user agent, and if the rule matches, returns the Browser or Platform information. Otherwise, returns null.

    Type declaration