UNPKG

mauss

Version:

lightweight, modular, type-safe utilities

5 lines (4 loc) 266 B
export { curry, pipe } from './lambda/index.js'; export { debounce, immediate, throttle } from './processor/index.js'; export { capitalize, identical, indent, inverse, regexp, scope, sides, unique, } from './standard/index.js'; export { tsf } from './tsf/index.js';