mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-29 13:14:46 +01:00
11 lines
184 B
JavaScript
11 lines
184 B
JavaScript
const { cac, CAC, Command } = require('./dist/index')
|
|
|
|
// For backwards compatibility
|
|
module.exports = cac
|
|
|
|
Object.assign(module.exports, {
|
|
default: cac,
|
|
cac,
|
|
CAC,
|
|
Command,
|
|
})
|