hkt-toolbelt
Version:
Functional and composable type utilities
26 lines (25 loc) • 698 B
TypeScript
export * from './add';
export * from './compare';
export * from './decrement';
export * from './digit-list';
export * from './divide-by-subtraction';
export * from './divide';
export * from './first';
export * from './from-hex';
export * from './from-string';
export * from './increment';
export * from './is-even';
export * from './is-odd';
export * from './last';
export * from './modulo';
export * from './multiply-digit';
export * from './multiply';
export * from './pop';
export * from './shift';
export * from './signed-add';
export * from './subtract';
export * from './to-hex';
export * from './to-string';
export * from './to-number';
export * from './trim';
export * from './trim-right';