UNPKG

rubico

Version:

[a]synchronous functional programming

9 lines (8 loc) 224 B
/** * Rubico v2.8.3 * https://rubico.land/ * * © Richard Yufei Tong, King of Software * Rubico may be freely distributed under the CFOSS license. */ const isFunction=n=>"function"==typeof n;export default isFunction;