function isProApp() { return false; } function checkLicense(license) { return null; } module.exports = { isProApp, checkLicense, };