innovationDriveApp/node_modules/chardet/match.js
2018-07-08 19:21:40 +10: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;
};