UNPKG

data-provider-temporary

Version:

Library that helps with server-to-client synchronization of data

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; };