Files
taimed/node_modules/chardet/match.js
2025-07-24 17:21:45 +08: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;
};