UNPKG

rumble-charts

Version:

Truly declarative React charts components

7 lines (5 loc) 147 B
var TYPE_STRING = 'string'; function isString(value) { return typeof value === TYPE_STRING || value instanceof String; } export { isString };