pricing4ts
Version:
 Pricing4TS is a TypeScript-based toolkit designed to enhance the server-side functionality of a pricing-driven SaaS by enabling the seamless integration of pricing plans into the application logic. T
5 lines (4 loc) • 309 B
TypeScript
export declare const PRICING2YAML_VERSIONS: Array<string>;
export declare const LATEST_PRICING2YAML_VERSION: string;
export declare function calculateNextVersion(currentVersion: string): string | null;
export declare function update(extractedPricing: any, useCheckpoints: boolean, pricingPath?: string): any;