UNPKG

@lefe-dev/lefe-license-utils

Version:

Common scripts for license generator and license verifyer

3 lines (2 loc) 143 B
export declare const LICENSING_MODELS: readonly ["perpetual", "subscription"]; export type LicensingModel = (typeof LICENSING_MODELS)[number];