Files
tekelanew_acs/acs/nladmin-ui/node_modules/xe-utils/function.d.ts

10 lines
223 B
TypeScript
Raw Normal View History

2024-12-03 17:40:13 +08:00
export * from './noop'
export * from './property'
export * from './bind'
export * from './once'
export * from './after'
export * from './before'
export * from './throttle'
export * from './debounce'
export * from './delay'