mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-30 19:33:43 +00:00
2 lines
64 B
TypeScript
2 lines
64 B
TypeScript
export const isTesting = () => process.env.NODE_ENV === 'test';
|