UNPKG

scanbot-web-sdk

Version:

Scanbot Web Document and Barcode Scanner SDK

8 lines (7 loc) 213 B
export default class ExpectedBarcodeCounter { expectedCount: number; foundCount: number; constructor(expectedCount?: number, foundCount?: number); isFulFilled(): boolean; toString(): string; }