README
has-binary2
Simple module to test if an object contains binary data
This is a fork from https://github.com/socketio/has-binary (the repository behind has-binary).
A function that takes anything in javascript and returns true if its argument contains binary data.
<script type="module">
import hasBinary2 from 'https://cdn.skypack.dev/has-binary2';
</script>
Simple module to test if an object contains binary data
This is a fork from https://github.com/socketio/has-binary (the repository behind has-binary).