UNPKG

86 BJavaScriptView Raw
1var IS_PRODUCTION = process.env.NODE_ENV === 'production';
2
3export { IS_PRODUCTION };