UNPKG

rumble-charts

Version:

Truly declarative React charts components

11 lines (7 loc) 248 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var TYPE_FUNCTION = 'function'; function isFunction(value) { return typeof value === TYPE_FUNCTION || value instanceof Function; } exports.isFunction = isFunction;