1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/chardet/match.js

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;
};