UNPKG

@typespec/openapi3

Version:

TypeSpec library for emitting OpenAPI 3.0 and OpenAPI 3.1 from the TypeSpec REST protocol binding and converting OpenAPI3 to TypeSpec

4 lines 283 B
import { type Program, type Type } from "@typespec/compiler"; export declare function getMinValueAsJson(program: Program, type: Type): number | undefined; export declare function getMaxValueAsJson(program: Program, type: Type): number | undefined; //# sourceMappingURL=range.d.ts.map