sharyn
Version:
Combines all the other packages under one.
20 lines (18 loc) • 373 B
Flow
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'
module.exports = {
isEither,
swit,
cond,
parseObject,
run,
spread,
spreadIf,
curryOptional,
}