UNPKG

73 BJavaScriptView Raw
1const isBoolean = (x) => typeof x === "boolean";
2export {
3 isBoolean
4};