Files
dsabot/node_modules/chardet/match.js
2020-03-25 11:05:34 +01: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;
};