Files
turftracker/frontend/node_modules/@headlessui/react/dist/utils/once.d.ts
2026-04-09 13:19:47 -05:00

2 lines
85 B
TypeScript

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