blowfish/node_modules/@headlessui/react/dist/utils/once.d.ts
2023-01-29 22:30:24 +00:00

1 line
85 B
TypeScript

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