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) 101 B
function isUndefined (value) { return typeof value === 'undefined' } module.exports = isUndefined