UNPKG

scanbot-web-sdk

Version:

Scanbot Web Document and Barcode Scanner SDK

5 lines (4 loc) 134 B
import { LicenseInfo } from "../core-types"; export declare class LicenseUtils { static isValid(license: LicenseInfo): boolean; }