import yargs from 'yargs'; const PRODUCTION = yargs.argv.prod; export const hello = (cb) => { console.log(PRODUCTION); cb(); }.
確定! 回上一頁