版博士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. })