hkt-toolbelt
Version:
Functional and composable type utilities
25 lines (24 loc) • 701 B
TypeScript
export * from './add';
export * from './compare';
export * from './decrement';
export * from './difference';
export * from './digits';
export * from './divide-by';
export * from './divide';
export * from './from-hex';
export * from './increment';
export * from './is-even';
export * from './is-greater-than';
export * from './is-greater-than-or-equal';
export * from './is-less-than';
export * from './is-less-than-or-equal';
export * from './is-odd';
export * from './modulo-by';
export * from './modulo';
export * from './multiply';
export * from './square';
export * from './subtract';
export * from './subtract-by';
export * from './to-hex';
export * from './to-list';
export * from './undigits';