UNPKG

scanbot-web-sdk

Version:

Scanbot Web Document and Barcode Scanner SDK

5 lines (4 loc) 143 B
import { LicenseInfo } from "../../core-types"; export declare class LicenseError extends Error { constructor(licenseInfo: LicenseInfo); }