export { Binary, isBinary, } from './function/binary'; export { isFunction, isNotFunction, } from './function/function'; export { Instance, isInstanceOf, isNotInstanceOf, } from './function/instance'; export { hasLength, isEmpty, isNotEmpty, Length, length, toLongest, toShortest, } from './function/length'; export { constant, empty, isNullary, Nullary, Value, valueOf, } from './function/nullary'; export { all, atLeast, atMost, either, exactly, is, isNot, neither, not, Predicate, } from './function/predicate'; export { isFalse, isTrue, negated, Proposition, } from './function/proposition'; export { isTernary, Ternary, } from './function/ternary'; export { TypeGuard, } from './function/type-guard'; export { isUnary, same, Unary, } from './function/unary'; //# sourceMappingURL=index.d.ts.map