tningjs/sam-and-his-friends

View on GitHub
src/utils/isPro.js

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * @module utils/isPro
 */

/**
 * @returns {boolean} check the env which is pass in from npm script
 */
exports.isPro = () => !process.env.DEBUG;