UNPKG

@toreda/strong-types

Version:

Better TypeScript code in fewer lines.

7 lines (5 loc) 152 B
import {OS} from '../os'; /** * @category System Info */ export const osSet = new Set<OS>(['android', 'darwin', 'linux', 'windows', 'all', 'none']);