UNPKG

@toreda/strong-types

Version:

Better TypeScript code in fewer lines.

8 lines (7 loc) 217 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.osSet = void 0; /** * @category System Info */ exports.osSet = new Set(['android', 'darwin', 'linux', 'windows', 'all', 'none']);