Files
v10/packages/utils/src/function/index.ts
T

6 lines
221 B
TypeScript

export { composeCallbacks } from './compose-callbacks';
export { identity } from './identity';
export { noop } from './noop';
export { type Throttled, throttle } from './throttle';
export { tryCatch } from './try-catch';