export { BiFold } from './arguments/bi-fold'; export { BiMap } from './arguments/bi-map'; export { Binary, isBinary, } from './function/binary'; export { isFunction, isNotFunction, } from './function/function'; export { hasLength, isEmpty, isNotEmpty, Length, length, toLongest, toShortest, } from './function/length'; export { constant, isNullary, naught, Nullary, Value, valueOf, Void, } from './function/nullary'; export { isTernary, Ternary, } from './function/ternary'; export { isUnary, same, Unary, UnaryVoid, } from './function/unary';