Files
asciidisco.com/build/node_modules/chardet/match.js
2023-08-01 13:49:46 +02: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;
};