UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

3 lines 79 B
module.exports = function isBoolean(x) { return x === true || x === false; };