UNPKG

@scandit/web-datacapture-barcode

Version:

Scandit Data Capture SDK for the Web

6 lines (4 loc) 140 B
interface BarcodeFindTransformer { transformBarcodeData(data: string | null): string | null; } export type { BarcodeFindTransformer };