MCPcopy Create free account
hub / github.com/LeetCode-OpenSource/ayanami / flag.ts

File flag.ts

src/ssr/flag.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export const isSSREnabled = (): boolean => {
2 return typeof process.env.ENABLE_AYANAMI_SSR !== 'undefined'
3 ? process.env.ENABLE_AYANAMI_SSR === 'true'
4 : typeof process !== 'undefined' &&

Callers

nothing calls this directly

Calls 1

isSSREnabledFunction · 0.85

Tested by

no test coverage detected