Files
emacs/lisp/emacs-application-framework/app/file-manager/node_modules/chardet/match.js
2022-01-04 15:21:47 +01: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;
};