UNPKG

rubico

Version:

[a]synchronous functional programming

12 lines (9 loc) 239 B
/** * Rubico v2.8.2 * https://rubico.land/ * * © Richard Yufei Tong, King of Software * Rubico may be freely distributed under the CFOSS license. */ const always = value => function getter() { return value } export default always