Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

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

type

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