UNPKG

@stryke/types

Version:

A package containing many base TypeScript type definitions that are shared across many projects.

5 lines 229 B
//#region src/system.d.ts type Platform = "aix" | "android" | "darwin" | "freebsd" | "haiku" | "linux" | "openbsd" | "sunos" | "win32" | "cygwin" | "netbsd"; //#endregion export { Platform }; //# sourceMappingURL=system.d.mts.map