diginext-utils
Version:
README.md
12 lines • 462 B
TypeScript
export declare function getOS(): "android" | "win" | "aix" | "freebsd" | "haiku" | "linux" | "openbsd" | "sunos" | "cygwin" | "netbsd" | "mac";
export declare function isWin(): boolean;
export declare function isMac(): boolean;
export declare function isLinux(): boolean;
declare const _default: {
getOS: typeof getOS;
isWin: typeof isWin;
isMac: typeof isMac;
isLinux: typeof isLinux;
};
export default _default;
//# sourceMappingURL=os.d.ts.map