UNPKG

spadgerjs

Version:
17 lines (14 loc) 368 B
import * as arrayFn from './src/array' import * as functionalFn from './src/function' import * as objectFn from './src/object' import * as stringFn from './src/string' export * from './src/function' export * from './src/object' export * from './src/string' export * from './src/array' export default { ...arrayFn, ...functionalFn, ...objectFn, ...stringFn }