horse-betting/btc-ui-app-2/node_modules/chardet/match.js
2025-06-19 16:39:08 +05:30

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;
};