Skip to main content
Go to Latest
variable createResource
import { createResource } from "https://deno.land/x/ldkit@v0.5.0/library/resource/mod.ts";

type

<T extends SchemaPrototype>(
spec: T,
context?: Context,
engine?: IQueryEngine,
) => unknown