UNPKG

@scalar/oas-utils

Version:

Open API spec and Yaml handling utilities

11 lines (10 loc) 273 B
import { DATA_VERSION, DATA_VERSION_LS_LEY } from "./data-version.js"; import { migrator } from "./migrator.js"; import { semverLessThan } from "./semver.js"; export { DATA_VERSION, DATA_VERSION_LS_LEY, migrator, semverLessThan }; //# sourceMappingURL=index.js.map