版博士V2.0程序
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

12 行
184 B

  1. const { cac, CAC, Command } = require('./dist/index')
  2. // For backwards compatibility
  3. module.exports = cac
  4. Object.assign(module.exports, {
  5. default: cac,
  6. cac,
  7. CAC,
  8. Command,
  9. })