@asoftwareworld/form-builder-pro
Version:
ASW Form Builder Pro helps you with rapid development and designed web forms which includes several controls. The key feature of Form Builder is to make your content attractive and effective. We can customize our control at run time and preview the same b
17 lines (16 loc) • 597 B
TypeScript
export declare class AswLicense {
private static licenseKey;
private static watermarkMessage;
private static extractExpiry;
private static extractLicenseKey;
private static formatDate;
static registerLicenseKey(licenseKey: string): void;
static validateLicense(): void;
private static validateExpiryDate;
static isDisplayWatermark(): boolean;
static getWatermarkMessage(): string;
private static outputInvalidLicenseKey;
private static outputExpiredTrialKey;
private static outputMissingLicenseKey;
private static outputExpiredLicenseKey;
}