@storm-software/config-tools
Version:
A package containing various utilities to support custom workspace configurations and environment management for Storm Software projects, including configuration file handling, environment variable management, and logging utilities.
33 lines (3 loc) • 861 B
JavaScript
;Object.defineProperty(exports, "__esModule", {value: true});
var _chunkBDATZ3UBcjs = require('../chunk-BDATZ3UB.cjs');
exports.basename = _chunkBDATZ3UBcjs.basename; exports.correctPaths = _chunkBDATZ3UBcjs.correctPaths; exports.dirname = _chunkBDATZ3UBcjs.dirname; exports.extname = _chunkBDATZ3UBcjs.extname; exports.format = _chunkBDATZ3UBcjs.format; exports.isAbsolute = _chunkBDATZ3UBcjs.isAbsolute; exports.joinPaths = _chunkBDATZ3UBcjs.joinPaths; exports.normalizeString = _chunkBDATZ3UBcjs.normalizeString; exports.normalizeWindowsPath = _chunkBDATZ3UBcjs.normalizeWindowsPath; exports.parse = _chunkBDATZ3UBcjs.parse; exports.relative = _chunkBDATZ3UBcjs.relative; exports.resolve = _chunkBDATZ3UBcjs.resolve; exports.sep = _chunkBDATZ3UBcjs.sep; exports.toNamespacedPath = _chunkBDATZ3UBcjs.toNamespacedPath;