UNPKG

106 BTypeScriptView Raw
1export declare const getOperatingSystem: () => "Mac OS" | "iOS" | "Windows" | "Android" | "Linux" | null;