UNPKG

es-toolkit

Version:

A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.

4 lines 137 B
//#region src/compat/function/once.d.ts declare function once<T extends (...args: any) => any>(func: T): T; //#endregion export { once };