import isEither from './is-either' import swit from './swit' import cond from './cond' import parseObject from './parse-object' import run from './run' module.exports = { isEither, swit, cond, parseObject, run, }