mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 12:01:00 +00:00
4 lines
137 B
TypeScript
4 lines
137 B
TypeScript
//#region src/compat/function/once.d.ts
|
|
declare function once<T extends (...args: any) => any>(func: T): T;
|
|
//#endregion
|
|
export { once }; |