UNPKG

bingo-functional-js

Version:

A port of the PHP bingo-functional library

7 lines (5 loc) 149 B
const maybeFn = require('./functions') const { Maybe, Just, Nothing } = require('./maybe') module.exports = { ...maybeFn, Maybe, Just, Nothing, }