Every new change
This commit is contained in:
6
node_modules/chardet/match.js
generated
vendored
Normal file
6
node_modules/chardet/match.js
generated
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
module.exports = function(det, rec, confidence, name, lang) {
|
||||
this.confidence = confidence;
|
||||
this.name = name || rec.name(det);
|
||||
this.lang = lang;
|
||||
};
|
Reference in New Issue
Block a user