UNPKG

@studiometa/js-toolkit

Version:

A set of useful little bits of JavaScript to boost your project! 🚀

8 lines (7 loc) • 121 B
function hasWindow() { return typeof window !== "undefined"; } export { hasWindow }; //# sourceMappingURL=has.js.map