版博士V2.0程序
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

12 lines
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. })