mirror of
https://github.com/withastro/astro.git
synced 2025-02-24 22:46:02 -05:00
2 lines
72 B
TypeScript
2 lines
72 B
TypeScript
|
export const test = typeof process !== 'undefined' && process.env.TEST;
|