inital
This commit is contained in:
6
node_modules/mkdirp/dist/cjs/src/mkdirp-manual.d.ts
generated
vendored
Normal file
6
node_modules/mkdirp/dist/cjs/src/mkdirp-manual.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import { MkdirpOptions } from './opts-arg.js';
|
||||
export declare const mkdirpManualSync: (path: string, options?: MkdirpOptions, made?: string | undefined | void) => string | undefined | void;
|
||||
export declare const mkdirpManual: ((path: string, options?: MkdirpOptions, made?: string | undefined | void) => Promise<string | undefined | void>) & {
|
||||
sync: (path: string, options?: MkdirpOptions, made?: string | undefined | void) => string | undefined | void;
|
||||
};
|
||||
//# sourceMappingURL=mkdirp-manual.d.ts.map
|
Reference in New Issue
Block a user