UNPKG

rumble-charts

Version:

Truly declarative React charts components

11 lines (7 loc) 234 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var TYPE_STRING = 'string'; function isString(value) { return typeof value === TYPE_STRING || value instanceof String; } exports.isString = isString;