UNPKG

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