MCPcopy Create free account
hub / github.com/microsoft/SandDance / isValueEmpty

Function isValueEmpty

docs/external/js/react-dom.development.js:4741–4743  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

4739 }
4740
4741 function isValueEmpty(value) {
4742 return value == null || typeof value === 'boolean' || value === '';
4743 }
4744 /**
4745 * Given {color: 'red', overflow: 'hidden'} returns {
4746 * color: 'color',

Calls

no outgoing calls

Tested by

no test coverage detected