Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/deno/cli/js/console.ts

A modern runtime for JavaScript and TypeScript.
Go to Latest
import * as deno from "https://deno.land/x/deno@v0.30.0/cli/js/console.ts";

Variables

A symbol which can be used as a key for a custom method which will be called when Deno.inspect() is called, or when the object is logged to the console.

Functions

inspect() converts input into string that has the same format as printed by console.log(...);