UNPKG

@stryke/types

Version:

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

2 lines (1 loc) 139 B
export type Platform = "aix" | "android" | "darwin" | "freebsd" | "haiku" | "linux" | "openbsd" | "sunos" | "win32" | "cygwin" | "netbsd";