UNPKG

@modern-kit/utils

Version:
12 lines (9 loc) 201 B
'use strict'; function isWindow(element) { if (typeof window === "undefined") { return false; } return element === window; } exports.isWindow = isWindow; //# sourceMappingURL=index.cjs.map