UNPKG

pointless-js

Version:
16 lines (14 loc) 371 B
// Composable utility methods live here export * from './array'; export * from './async'; export * from './boolean'; export * from './compose'; export * from './console'; export * from './curry'; export * from './generic'; // <- you're here export * from './memoize'; export * from './number'; export * from './object'; export * from './string'; export * from './type';