Files
starface-outlook-sync-addin/node_modules/@fluentui/utilities/lib-commonjs/osDetector.d.ts
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

6 lines
201 B
TypeScript

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