UNPKG

vtex

Version:

The platform for e-commerce apps

4 lines (3 loc) 240 B
export declare const getLastStableAndPrerelease: (service: InfraResourceVersions) => [string, string]; export declare const getTag: (version: string) => string; export declare const diffVersions: (a: string, b: string) => [string, string];