UNPKG

vike

Version:

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

7 lines (6 loc) 238 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isVitest = isVitest; function isVitest() { return typeof process !== 'undefined' && typeof process.env !== 'undefined' && 'VITEST' in process.env; }