UNPKG

@zxing/library

Version:

TypeScript port of ZXing multi-format 1D/2D barcode image processing library.

9 lines (8 loc) 234 B
import Exception from './Exception'; /** * Custom Error class of type Exception. */ export default class ChecksumException extends Exception { static readonly kind: string; static getChecksumInstance(): ChecksumException; }