wishthis/node_modules/chardet/match.js
2022-01-21 09:28:41 +01:00

6 lines
155 B
JavaScript

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