UNPKG

pkg

Version:

Package your Node.js project into an executable

9 lines 220 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.platform = void 0; exports.platform = { macos: 'darwin', win: 'win32', linux: 'linux', }; //# sourceMappingURL=types.js.map