wrangler-action/node_modules/cac/index-compat.js

12 lines
184 B
JavaScript
Raw Normal View History

2023-08-07 22:11:15 +02:00
const { cac, CAC, Command } = require('./dist/index')
// For backwards compatibility
module.exports = cac
Object.assign(module.exports, {
default: cac,
cac,
CAC,
Command,
})