pointless-js
Version:
Functional point-free utilities for js
16 lines (14 loc) • 371 B
text/typescript
// 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';