import { assertInstanceOf } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v11.1.0/test_deps.ts?s=assertInstanceOf";
Make an assertion that obj
is an instance of type
.
If not then throw.
Type Parameters
T extends AnyConstructor[src]
import { assertInstanceOf } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v11.1.0/test_deps.ts?s=assertInstanceOf";
Make an assertion that obj
is an instance of type
.
If not then throw.