UNPKG

@oazmi/build-tools

Version:

general deno build tool scripts which I practically use in all of my typescript repos

4 lines 219 B
export type OSType = "darwin" | "linux" | "windows" | "freebsd" | "netbsd" | "aix" | "solaris" | "illumos"; export declare const osType: OSType; export declare const isWindows: boolean; //# sourceMappingURL=_os.d.ts.map