UNPKG

lightfold

Version:

lightweight scaffolding and archiving utility CLI.

7 lines (5 loc) 155 B
module.exports = function(det, rec, confidence, name, lang) { this.confidence = confidence; this.name = name || rec.name(det); this.lang = lang; };