UNPKG

@speckle/shared

Version:

Shared code between various Speckle JS packages

19 lines 495 B
export declare enum OperatingSystem { Windows = "win", Mac = "mac", Linux = "linux", Android = "android", iOS = "ios", Other = "other" } export declare function getClientOperatingSystem(): OperatingSystem; /** * Check if user is in Safari browser */ export declare function isSafari(): boolean; /** * Check if user is in Brave browser */ export declare function isBrave(): boolean; export declare const isBraveOrSafari: () => boolean; //# sourceMappingURL=os.d.ts.map