Skip to main content
Module

x/edgedb/mod.ts>$.introspect.casts

EdgeDB driver for Deno
Go to Latest
variable $.introspect.casts
import { $ } from "https://deno.land/x/edgedb@v1.0.2/mod.ts";
const { casts } = $.introspect;

type

(cxn: Executor, params?: { debug?: boolean; }) => unknown