Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / chardet / match.js
1
2 module.exports = function(det, rec, confidence, name, lang) {
3   this.confidence = confidence;
4   this.name = name || rec.name(det);
5   this.lang = lang;
6 };