/
websites
/
test-project
/
node_modules
/
chardet
/
Upload File
HOME
module.exports = function(det, rec, confidence, name, lang) { this.confidence = confidence; this.name = name || rec.name(det); this.lang = lang; };