UNPKG

diana

Version:
6 lines 211 B
"use strict"; var isClient = function () { return !!(typeof window !== "undefined" && window.document && window.document.createElement); }; module.exports = isClient; //# sourceMappingURL=isClient.js.map