import o from"./isWindow.prod.js";import*as t from"./window.prod.js";const e=o=>!!o&&"object"==typeof o,n=o=>"function"==typeof o;export default{window:e=>e===t.window||o(e),docFrag:o=>e(o)&&11===o.nodeType,object:e,func:n,number:o=>"number"==typeof o,bool:o=>"boolean"==typeof o,string:o=>"string"==typeof o,element(o){if(!o||"object"!=typeof o)return!1;const e=t.getWindow(o)||t.window;return/object|function/.test(typeof e.Element)?o instanceof e.Element:1===o.nodeType&&"string"==typeof o.nodeName},plainObject:o=>e(o)&&!!o.constructor&&/function Object\b/.test(o.constructor.toString()),array:o=>e(o)&&void 0!==o.length&&n(o.splice)}; //# sourceMappingURL=is.prod.js.map