UNPKG

beta-capturejs

Version:

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

8 lines (7 loc) 280 B
import { CapturePropertyIds, CapturePropertyTypes } from './gen/propertyIdsTypes'; export default class CaptureProperty<T> { id: CapturePropertyIds; type: CapturePropertyTypes; value: T; constructor(id: CapturePropertyIds, type: CapturePropertyTypes, value: T); }