UNPKG

133 BTypeScriptView Raw
1export * from 'fs';
2export declare function mkdirpSync(p: string, opts?: {
3 mode?: number;
4}, made?: string): string | undefined;