nunof07/smalltypes

View on GitHub
src/main/function/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * Function index
 */
export * from './FunctionLike';
export * from './FunctionOf';
export * from './Gated';
export * from './HasTrueProperty';
export * from './HasTrueResult';
export * from './IsFunction';
export * from './Memoized';
export * from './NullaryFunction';
export * from './NullaryFunctionOf';
export * from './SafeNavigation';
export * from './ToBool';
export * from './ToConditionConsequentPair';
export * from './ToValue';
export * from './UnaryFunction';