UNPKG

@scandit/web-datacapture-barcode

Version:

Scandit Data Capture SDK for the Web

11 lines (8 loc) 346 B
import { TrackedBarcode } from '../TrackedBarcode.js'; import '@scandit/web-datacapture-core'; import '../Barcode.js'; import '@scandit/web-datacapture-core/build/js/private/Serializable'; import '../EncodingRange.js'; import '../StructuredAppendData.js'; declare function hashedId(trackedBarcode: TrackedBarcode): string; export { hashedId };