import { assertInstanceOf } from "https://dotland.deno.dev/x/postgres@v0.19.0/tests/test_deps.ts";
Make an assertion that obj
is an instance of type
.
If not then throw.
import { assertInstanceOf } from "https://dotland.deno.dev/x/postgres@v0.19.0/tests/test_deps.ts";
Make an assertion that obj
is an instance of type
.
If not then throw.