UNPKG

201 BTypeScriptView Raw
1/**
2 * Returns true if the user is on a Mac. Caches the result value.
3 * @param reset - Reset the cached result value (mainly for testing).
4 */
5export declare function isMac(reset?: boolean): boolean;