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