Initial commit

This commit is contained in:
2026-04-18 20:08:42 +10:00
commit 5d682e539e
779 changed files with 494993 additions and 0 deletions

3
node_modules/rimraf/dist/commonjs/rimraf-manual.d.ts generated vendored Normal file
View File

@@ -0,0 +1,3 @@
export declare const rimrafManual: (path: string, opt: import("./opt-arg.js").RimrafAsyncOptions) => Promise<boolean>;
export declare const rimrafManualSync: (path: string, opt: import("./opt-arg.js").RimrafSyncOptions) => boolean;
//# sourceMappingURL=rimraf-manual.d.ts.map