UNPKG

@modern-kit/utils

Version:
10 lines (8 loc) 178 B
function isWindow(element) { if (typeof window === "undefined") { return false; } return element === window; } export { isWindow }; //# sourceMappingURL=index.mjs.map