Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
variable createQueryParts
import { createQueryParts } from "https://deno.land/x/shacl_to_type@v0.0.9/src/core/createQuery.ts";

type

(
meta: ObjectMeta,
options: Options,
nestedTypes?: { [key: string]: ObjectMeta; },
) => unknown