1 | import { MkdirpOptions } from './opts-arg.js';
|
2 | export declare const mkdirpManualSync: (path: string, options?: MkdirpOptions, made?: string | undefined | void) => string | undefined | void;
|
3 | export declare const mkdirpManual: ((path: string, options?: MkdirpOptions, made?: string | undefined | void) => Promise<string | undefined | void>) & {
|
4 | sync: (path: string, options?: MkdirpOptions, made?: string | undefined | void) => string | undefined | void;
|
5 | };
|
6 | //# sourceMappingURL=mkdirp-manual.d.ts.map |
\ | No newline at end of file |