Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Printer

type Printer = (
val: unknown,
config: Config,
indentation: string,
depth: number,
refs: Refs,
hasCalledToJSON?: boolean,
) => string
;

§Type

§
(val: unknown, config: Config, indentation: string, depth: number, refs: Refs, hasCalledToJSON?: boolean) => string
[src]