Vinyl
    Preparing search index...

    Type Alias DeviceInfoRule

    DeviceInfoRule: (tokenizedUa: TokenizedUserAgent) => UaDeviceInfo | null

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

    Type declaration