Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
The Standard Library has been moved to JSR. See the blog post for details.
method UserAgent.prototype.[Symbol.for("Deno.customInspect")]
import { UserAgent } from "https://deno.land/std@0.224.0/http/user_agent.ts";

Custom output for Deno.inspect.

Parameters

inspect: (value: unknown) => string

Returns

string