UNPKG

@toreda/strong-types

Version:

Better TypeScript code in fewer lines.

1 lines 349 B
{"version":3,"sources":["../src/os/set.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,EAAE,EAAC,MAAM,OAAO,CAAC;AAEzB;;GAEG;AACH,eAAO,MAAM,KAAK,SAAwE,CAAC","file":"set.d.ts","sourcesContent":["import {OS} from '../os';\n\n/**\n * @category System Info\n */\nexport const osSet = new Set<OS>(['android', 'darwin', 'linux', 'windows', 'all', 'none']);\n"]}