mirror of
https://github.com/khairul169/code-share.git
synced 2025-06-17 17:19:34 +07:00
2 lines
62 B
TypeScript
2 lines
62 B
TypeScript
|
export const IS_DEV = process.env.NODE_ENV === "development";
|