UNPKG

503 BTypeScriptView Raw
1import { MkdirpOptions } from './opts-arg.js';
2export declare const mkdirpManualSync: (path: string, options?: MkdirpOptions, made?: string | undefined | void) => string | undefined | void;
3export 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