import arr from './arr' import isEither from './is-either' import swit from './swit' import cond from './cond' import exists from './exists' import parseObject from './parse-object' import run from './run' import spread from './spread' import spreadIf from './spread-if' import curryOptional from './curry-optional' import seq from './seq' import toggle from './toggle' import toString from './toString' import wait from './wait' import glob from './global' module.exports = { arr, isEither, exists, swit, cond, parseObject, run, spread, spreadIf, curryOptional, seq, toggle, toString, wait, glob, }