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