UNPKG

@vtx/cs-map

Version:

React components for Vortex

11 lines (9 loc) 249 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = isFunction; function isFunction(fn) { return Object.prototype.toString.call(fn) === '[object Function]'; } //# sourceMappingURL=isFunction.js.map