import { Deno } from "https://deno.land/x/deno@v0.28.0/cli/js/lib.deno_runtime.d.ts";
const { inspect } = Deno;
inspect()
converts input into string that has the same format
as printed by console.log(...)
;
import { Deno } from "https://deno.land/x/deno@v0.28.0/cli/js/lib.deno_runtime.d.ts";
const { inspect } = Deno;
inspect()
converts input into string that has the same format
as printed by console.log(...)
;