W72crm_web-master/node_modules/chardet/match.js

7 lines
155 B
JavaScript
Raw Permalink Normal View History

2025-05-27 11:25:53 +08:00
module.exports = function(det, rec, confidence, name, lang) {
this.confidence = confidence;
this.name = name || rec.name(det);
this.lang = lang;
};