source: trip-planner-front/node_modules/chardet/match.js@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 155 bytes
Line 
1
2module.exports = function(det, rec, confidence, name, lang) {
3 this.confidence = confidence;
4 this.name = name || rec.name(det);
5 this.lang = lang;
6};
Note: See TracBrowser for help on using the repository browser.