UNPKG

@coog/gatsby-plugin-react-i18next

Version:

Easily translate your Gatsby website into multiple languages

15 lines (12 loc) 387 B
"use strict"; exports.__esModule = true; exports.default = _default; // This file is part of Coog. The COPYRIGHT file at the top level of // this repository contains the full copyright notices and license terms. /** * @description Check if window is defined (so if in the browser or in node.js). * @returns boolean */ function _default() { return typeof window !== 'undefined'; }