UNPKG

@astermind/astermind-premium

Version:

Astermind Premium - Premium ML Toolkit

31 lines 997 B
/** * Central License Configuration for Astermind Premium * * This is the single place where customers can configure their license key. * The license will automatically propagate to: * - Astermind Premium * - Astermind Pro (if available) * - Astermind Synthetic Data (if available) * * Usage: * 1. Set your license token here, OR * 2. Set the ASTERMIND_LICENSE_TOKEN environment variable, OR * 3. Call setLicenseTokenFromString() programmatically */ /** * Your Astermind Premium license token. * * Get your license token from: * - https://license.astermind.ai * - Your account dashboard * - Contact support@astermind.ai * * Leave as null to use environment variable or programmatic setting. */ export declare const LICENSE_TOKEN: string | null; /** * Alternative: Set license from environment variable * The license module will automatically check for ASTERMIND_LICENSE_TOKEN * environment variable if no token is set here. */ //# sourceMappingURL=license-config.d.ts.map