Files
GTA_Prod/GTA_P_V2/node_modules/cac/index-compat.js
2026-01-12 12:43:50 +01:00

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,
})