mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-02-02 19:42:34 -06:00
1 line
85 B
TypeScript
1 line
85 B
TypeScript
export declare function once<T>(cb: (...args: T[]) => void): (...args: T[]) => void;
|