UNPKG

maybe-monade

Version:

Maybe monad implementation in Typescript

5 lines (4 loc) 151 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var maybe_1 = require("./dist/maybe"); exports.Maybe = maybe_1.Maybe;