File manager - Edit - /opt/alt/alt-nodejs22/root/usr/lib/node_modules/npm/node_modules.bundled/rimraf/dist/commonjs/rimraf-native.js
Back
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.rimrafNativeSync = exports.rimrafNative = void 0; const fs_js_1 = require("./fs.js"); const { rm } = fs_js_1.promises; const rimrafNative = async (path, opt) => { await rm(path, { ...opt, force: true, recursive: true, }); return true; }; exports.rimrafNative = rimrafNative; const rimrafNativeSync = (path, opt) => { (0, fs_js_1.rmSync)(path, { ...opt, force: true, recursive: true, }); return true; }; exports.rimrafNativeSync = rimrafNativeSync; //# sourceMappingURL=rimraf-native.js.map
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.06 |
proxy
|
phpinfo
|
Settings