Vinyl
    Preparing search index...

    Type Alias SystemInfoRule

    SystemInfoRule: (tokenizedUa: TokenizedUserAgent) => 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