UNPKG

react-faux-dom

Version:

DOM like data structure to be mutated by D3 et al, then rendered to React elements

6 lines (4 loc) 92 B
function isString (value) { return typeof value === 'string' } module.exports = isString