UNPKG

socketmobile-capturejs

Version:

Socket Mobile Capture JS NPM package for Socket Mobile barcode scanner and NFC Reader/Writer products

11 lines 265 B
export class CaptureEvent { constructor(id, type, result = 0, value) { this.id = id; this.type = type; this.result = result; if (value) { this.value = value; } } } //# sourceMappingURL=captureEvents.js.map