-
Notifications
You must be signed in to change notification settings - Fork 3
/
fantasydo.min.js
5 lines (5 loc) · 1.1 KB
/
fantasydo.min.js
1
2
3
4
5
!function(e){if("object"==typeof exports)module.exports=e();else if("function"==typeof define&&define.amd)define(e);else{var f;"undefined"!=typeof window?f=window:"undefined"!=typeof global?f=global:"undefined"!=typeof self&&(f=self),f.fantasydo=e()}}(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);throw new Error("Cannot find module '"+o+"'")}var f=n[o]={exports:{}};t[o][0].call(f.exports,function(e){var n=t[o][1][e];return s(n?n:e)},f,f.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
"use strict";var Do=function(n,u){var r=n(),t=function(n){var e=r.next(n);return e.done?u.of(e.value):e.value.chain(t)};return t(null)};Do.Multi=function(n,u){var r=function(t,e){var o=n();e.forEach(function(n){o.next(n)});var a=o.next(t);return a.done?u.of(a.value):a.value.chain(function(n){return r(n,e.concat(t))})};return r(null,[])},module.exports=Do;
},{}]},{},[1])
(1)
});