UNPKG

@topgroup/diginext

Version:

A BUILD SERVER & CLI to deploy apps to any Kubernetes clusters.

5 lines 304 B
export declare function getOS(): "aix" | "android" | "freebsd" | "haiku" | "linux" | "openbsd" | "sunos" | "cygwin" | "netbsd" | "mac" | "win"; export declare function isWin(): boolean; export declare function isMac(): boolean; export declare function isLinux(): boolean; //# sourceMappingURL=os.d.ts.map