/** This is just here to re-export [`Maybe`](./_maybe_.html) and [`Result`](./_result_.html). It doesn't do anything else. */ /** (keep typedoc from getting confused by the imports) */ export { default as Maybe } from './maybe'; export { default as Result } from './result'; export { default as Unit } from './unit';