Initial commit
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.umask = void 0;
|
||||
// separate file so I stop getting nagged in vim about deprecated API.
|
||||
const umask = () => process.umask();
|
||||
exports.umask = umask;
|
||||
//# sourceMappingURL=process-umask.js.map
|
||||
Reference in New Issue
Block a user