import minimist from 'minimist'; export function isDev(): boolean { return !!minimist(process.argv).dev; }