Files
bake/contrib/bake-vscode/node_modules/chardet/match.js
T
2019-09-17 13:20:42 -04: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;
};