UNPKG

194 BTypeScriptView Raw
1/**
2 * Function wrapper to ensure a function/callback is only called once.
3 *
4 * @group Utils
5 */
6export declare function once<T extends Function>(func: T): T;
7//# sourceMappingURL=once.d.ts.map
\No newline at end of file