import { assert } from "https://dotland.deno.dev/std@0.224.0/assert/assert.ts";
Make an assertion, error will be thrown if expr
does not have truthy value.
import { assert } from "https://dotland.deno.dev/std@0.224.0/assert/assert.ts";
Make an assertion, error will be thrown if expr
does not have truthy value.