UNPKG

penaplast3104-sms-bomber

Version:

Simple sms bomber

13 lines (10 loc) 244 B
function getIsDebugMode(options){ return options.includes('--debug') } function getWithoutDefaultSites(options){ return options.includes('--without-default-sites') } module.exports = { getIsDebugMode, getWithoutDefaultSites }