UNPKG

ayanami

Version:
9 lines (8 loc) 331 B
export var isSSREnabled = function () { return typeof process.env.ENABLE_AYANAMI_SSR !== 'undefined' ? process.env.ENABLE_AYANAMI_SSR === 'true' : typeof process !== 'undefined' && process.versions && typeof process.versions.node === 'string'; }; export var SSREnabled = isSSREnabled();