mirror of
https://github.com/LukeHagar/arbiter.git
synced 2025-12-09 12:27:48 +00:00
12 lines
184 B
JavaScript
12 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,
|
|
})
|