UNPKG

jsmodern

Version:

An extension to existing JavaScript, influenced by other great languages such as Rust, Dart, Java, Golang, etc.

8 lines 219 B
export const isBoolean = { isStatic: true, label: 'isBoolean', fn: function booleanIsBoolean(x) { return null == x ? false : 'boolean' === typeof (x); }, }; //# sourceMappingURL=is-boolean.js.map