UNPKG

scanbot-web-sdk

Version:

Scanbot Web Document and Barcode Scanner SDK

7 lines (6 loc) 195 B
import { SdkLicenseInfo } from "../../core-types"; export declare class LicenseInfo extends SdkLicenseInfo { isValid(): boolean; /** @internal */ constructor(info: SdkLicenseInfo); }