GT2/GT2-iOS/node_modules/chardet/match.js
2018-02-12 17:26:06 +00: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;
};