Graduation / ui /node_modules /cac /index-compat.js
DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
raw
history blame
184 Bytes
const { cac, CAC, Command } = require('./dist/index')
// For backwards compatibility
module.exports = cac
Object.assign(module.exports, {
default: cac,
cac,
CAC,
Command,
})