2025-09-05 14:59:21 +08:00

2 lines
85 B
TypeScript

export declare function once<T>(cb: (...args: T[]) => void): (...args: T[]) => void;