UNPKG

rumble-charts

Version:

Truly declarative React charts components

7 lines (5 loc) 159 B
var TYPE_FUNCTION = 'function'; function isFunction(value) { return typeof value === TYPE_FUNCTION || value instanceof Function; } export { isFunction };