1
2
3
4
5
import * as mod from "https://deno.land/std@0.209.0/testing/asserts.ts";
const x: number = 10;
mod.assert(true);