UNPKG

vike

Version:

The Framework *You* Control - Next.js & Nuxt alternative for unprecedented flexibility and dependability.

4 lines (3 loc) 139 B
export function isVitest() { return typeof process !== 'undefined' && typeof process.env !== 'undefined' && 'VITEST' in process.env; }