import arr from './arr' import isEither from './is-either' import swit from './swit' import cond from './cond' 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 wait from './wait' module.exports = { arr, isEither, swit, cond, parseObject, run, spread, spreadIf, curryOptional, seq, toggle, wait, }