UNPKG

rubico

Version:

[a]synchronous functional programming

11 lines (8 loc) 240 B
/** * rubico v2.7.7 * https://github.com/a-synchronous/rubico * (c) 2019-2025 Richard Tong * rubico may be freely distributed under the MIT license. */ const isFunction = value => typeof value == 'function' export default isFunction