UNPKG

@nxrocks/common

Version:

Common library to share code among the `@nxrocks/*` plugins.

5 lines 194 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IS_WINDOWS = void 0; exports.IS_WINDOWS = process.platform === 'win32'; //# sourceMappingURL=constants.js.map