README
emptyObject
A simple empty object microlib for Node (for those times when _ is too heavyweight)
A simple micro lib to add an isEmpty method to the object prototype. _ too heavy weight? Wanna save yourself a coffeescript one-liner? Just use this!
<script type="module">
import emptyObject from 'https://cdn.skypack.dev/emptyObject';
</script>
A simple empty object microlib for Node (for those times when _ is too heavyweight)