UNPKG

fj-maybe

Version:
12 lines (11 loc) 201 B
"use strict"; module.exports = { "return": function _return(value) { return value; }, bind: function bind(value, f) { if (value == null) { return null; }return f(value); } };