UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

11 lines (10 loc) 204 B
export function parseNullDef(refs) { return refs.target === "openApi3" ? { enum: ["null"], nullable: true, } : { type: "null", }; }