Files
discord-clone/node_modules/chardet/match.js
2023-01-03 09:29:04 -06:00

7 lines
155 B
JavaScript

module.exports = function(det, rec, confidence, name, lang) {
this.confidence = confidence;
this.name = name || rec.name(det);
this.lang = lang;
};