Files
SimfonyBasics/spa/node_modules/chardet/match.js
2024-07-05 13:46:23 +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;
};