Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/live/engine/schema/schemeable.ts>schemeableToJSONSchema

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Go to Latest
variable schemeableToJSONSchema
import { schemeableToJSONSchema } from "https://deno.land/x/live@1.57.32/engine/schema/schemeable.ts";

type

(
genId: (s: Schemeable) => string | undefined,
def: Record<string, JSONSchema7>,
ischemeable: Schemeable,
seen?: Map<string, boolean>,
) => [Record<string, JSONSchema7>, JSONSchema7]