UNPKG

reakit-utils

Version:

Reakit utils

5 lines (4 loc) 124 B
/** * Checks if a given string exists in the user agent string. */ export declare function isUA(string: string): boolean;