blowfish/node_modules/rimraf/dist/mjs/use-native.d.ts

3 lines
98 B
TypeScript
Raw Normal View History

2023-01-29 22:30:24 +00:00
export declare const useNative: () => boolean;
export declare const useNativeSync: () => boolean;