@amphibian/is-boolean

boolean type checker

Usage no npm install needed!

<script type="module">
  import amphibianIsBoolean from 'https://cdn.skypack.dev/@amphibian/is-boolean';
</script>

README

is-boolean

boolean type checker

npm install @amphibian/is-boolean
var isBoolean = require('@amphibian/is-boolean');

isBoolean(true); // > true
isBoolean('hello'); // > false