Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
type alias Options
import { type Options } from "https://deno.land/x/shacl_to_type@v0.0.9/src/types.ts";
definition: { prefixes?: { [key: string]: string; }; shapeIri?: string; context?: JsonLdContextNormalized; nameCallback?: (name: string) => string; languages?: Array<string>; }