UNPKG

@jrc03c/js-math-tools

Version:
6 lines (4 loc) 80 B
function isBoolean(x) { return typeof x === "boolean" } export { isBoolean }