import { assertNotInstanceOf } from "https://deno.land/x/fastro@v0.74.3/http/deps.ts";
Make an assertion that obj
is not an instance of type
.
If so, then throw.
import { assertNotInstanceOf } from "https://deno.land/x/fastro@v0.74.3/http/deps.ts";
Make an assertion that obj
is not an instance of type
.
If so, then throw.