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