Files
wechatpay-enterprise-web/node_modules/chardet/match.js
jefferyzhao b9bdc8598b first commit
2025-07-31 17:44:12 +08: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;
};