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