UNPKG

mjdapi

Version:
5 lines (4 loc) 182 B
export type OSType = "windows" | "linux" | "darwin" | "freebsd"; export declare const osType: OSType; export declare const isWindows: boolean; export declare const isLinux: boolean;