zack
feat: πŸš€ Update Chat-nFace configurations
a053984
raw
history blame
111 Bytes
try {
module.exports = require("./lib/index.cjs");
} catch {
module.exports = require("./lib/index.js");
}