README
is-boolean
boolean type checker
npm install @amphibian/is-boolean
var isBoolean = require('@amphibian/is-boolean');
isBoolean(true); // > true
isBoolean('hello'); // > false
boolean type checker
<script type="module">
import amphibianIsBoolean from 'https://cdn.skypack.dev/@amphibian/is-boolean';
</script>
boolean type checker
npm install @amphibian/is-boolean
var isBoolean = require('@amphibian/is-boolean');
isBoolean(true); // > true
isBoolean('hello'); // > false