rubico
Version:
[a]synchronous functional programming
18 lines (15 loc) • 480 B
JavaScript
/**
* Rubico v2.8.2
* https://rubico.land/
*
* © Richard Yufei Tong, King of Software
* Rubico may be freely distributed under the CFOSS license.
*/
(function (root, __) {
if (typeof module == 'object') (module.exports = __) // CommonJS
else if (typeof define == 'function') define(() => __) // AMD
else (root.__ = __) // Browser
}(typeof globalThis == 'object' ? globalThis : this, (function () { 'use strict'
const __ = Symbol.for('placeholder')
return __
}())))