'use strict';
/** @class Boolean */
/**
* Determines whether the given value is a boolean.
* @param {*} value
* @returns {Boolean}
*/
Boolean.is = function (obj) { return typeof obj === "boolean"; };
Na FreeHostingu Endora běží desítky tisíc webů. Přidejte se ještě dnes!
Vytvořit web zdarmaNa FreeHostingu Endora běží desítky tisíc webů. Přidejte se ještě dnes!
Vytvořit web zdarma'use strict';
/** @class Boolean */
/**
* Determines whether the given value is a boolean.
* @param {*} value
* @returns {Boolean}
*/
Boolean.is = function (obj) { return typeof obj === "boolean"; };