Outlook_Addin_LLM/node_modules/@fluentui/utilities/lib-commonjs/osDetector.d.ts

6 lines
201 B
TypeScript
Raw Permalink Normal View History

/**
* 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;