mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-23 03:01:53 +02:00
2 lines
133 B
TypeScript
2 lines
133 B
TypeScript
export declare const ignoreENOENT: (p: Promise<any>) => Promise<any>;
|
|
export declare const ignoreENOENTSync: (fn: () => any) => any;
|