Repository URL to install this package:
|
Version:
1.1.21 ▾
|
"use strict";
const _require = require("../regexp/matchBooleanIsh"),
matchTrueOrFalse = _require.matchTrueOrFalse;
const isBoolean = require("./boolean");
const isBooleanLike = x => isBoolean(x) || matchTrueOrFalse(x);
module.exports = isBooleanLike;