UNPKG

expect

Version:
12 lines (10 loc) 242 B
/** * Returns true if the given object is a function. */ 'use strict'; exports.__esModule = true; function isFunction(object) { return typeof object === 'function'; } exports['default'] = isFunction; module.exports = exports['default'];