UNPKG

@scalar/oas-utils

Version:

Open API spec and Yaml handling utilities

5 lines 201 B
/** * Compares semver versions and checks if the left one is less than the right */ export declare const semverLessThan: (left: string, right: string) => boolean; //# sourceMappingURL=semver.d.ts.map