UNPKG

beta-capturejs

Version:

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

8 lines 201 B
export default class CaptureProperty { constructor(id, type, value) { this.id = id; this.type = type; this.value = value; } } //# sourceMappingURL=captureProperty.js.map