UNPKG

@hint/utils-fs

Version:

utils for filesystem

8 lines (7 loc) 167 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.cwd = void 0; const cwd = () => { return process.cwd(); }; exports.cwd = cwd;