UNPKG

next-i18next

Version:

The easiest way to translate your NextJs apps.

12 lines (9 loc) 217 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isServer = void 0; var isServer = function isServer() { return typeof window === 'undefined'; }; exports.isServer = isServer;