Urara-Blog/node_modules/.pnpm-store/v3/files/38/ff9bab12d35a566f757de395a12cde3d76f278d7a40ce99d6d8932579abb5ab5ea2de80efa2a753dcab346463ff6cd1c2c3d9090266c2d6b8a1373a640ee83
2022-08-14 01:14:53 +08:00

11 lines
184 B
Text

const { cac, CAC, Command } = require('./dist/index')
// For backwards compatibility
module.exports = cac
Object.assign(module.exports, {
default: cac,
cac,
CAC,
Command,
})