DigitalConsumer.FixMyGlass/node_modules/chardet/match.js
2021-09-20 18:29:11 -04: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;
};