Files
FloatApi/node_modules/chardet/match.js
T
2022-03-07 22:07:57 +07: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;
};