PHP 7.4.33
Preview: index.js Size: 711 B
/var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/is-boolean-object/index.js
'use strict';

var callBound = require('call-bound');
var $boolToStr = callBound('Boolean.prototype.toString');
var $toString = callBound('Object.prototype.toString');

/** @type {import('.')} */
var tryBooleanObject = function booleanBrandCheck(value) {
	try {
		$boolToStr(value);
		return true;
	} catch (e) {
		return false;
	}
};
var boolClass = '[object Boolean]';
var hasToStringTag = require('has-tostringtag/shams')();

/** @type {import('.')} */
module.exports = function isBoolean(value) {
	if (typeof value === 'boolean') {
		return true;
	}
	if (value === null || typeof value !== 'object') {
		return false;
	}
	return hasToStringTag ? tryBooleanObject(value) : $toString(value) === boolClass;
};

Directory Contents

Dirs: 2 × Files: 10
Name Size Perms Modified Actions
.github DIR
- drwxr-xr-x 2025-03-28 11:04:31
Edit Download
test DIR
- drwxr-xr-x 2025-03-28 11:04:31
Edit Download
353 B lrw-r--r-- 2025-03-28 11:04:31
Edit Download
148 B lrw-r--r-- 2025-03-28 11:04:31
Edit Download
159 B lrw-r--r-- 2025-03-28 11:04:31
Edit Download
15.68 KB lrw-r--r-- 2025-03-28 11:04:31
Edit Download
105 B lrw-r--r-- 2025-03-28 11:04:31
Edit Download
711 B lrw-r--r-- 2025-03-28 11:04:31
Edit Download
1.06 KB lrw-r--r-- 2025-03-28 11:04:31
Edit Download
2.66 KB lrw-r--r-- 2025-03-28 11:04:31
Edit Download
2.17 KB lrw-r--r-- 2025-03-28 11:04:31
Edit Download
114 B lrw-r--r-- 2025-03-28 11:04:31
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).