UNPKG

rumble-charts

Version:

Truly declarative React charts components

11 lines (7 loc) 225 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var TYPE_UNDEFINED = 'undefined'; function isUndefined(value) { return typeof value === TYPE_UNDEFINED; } exports.isUndefined = isUndefined;