feature: initial commit

This commit is contained in:
Danilo Cesa
2025-05-29 09:50:45 +08:00
commit 0f0d9e3bef
815 changed files with 120458 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
import { MkdirpOptions } from './opts-arg.js';
export declare const useNativeSync: (opts?: MkdirpOptions) => boolean;
export declare const useNative: ((opts?: MkdirpOptions) => boolean) & {
sync: (opts?: MkdirpOptions) => boolean;
};
//# sourceMappingURL=use-native.d.ts.map