aboutsummaryrefslogtreecommitdiff
path: root/sandbox/testAppNevena/Front/node_modules/chardet/match.js
blob: d52faa2dbc07118fc3c1449e0662afc3e1613d6e (plain) (blame)
1
2
3
4
5
6
module.exports = function(det, rec, confidence, name, lang) {
  this.confidence = confidence;
  this.name = name || rec.name(det);
  this.lang = lang;
};