Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/websocket_broadcastchannel/src/fn.ts>s

Host-wide BroadcastChannel for Deno CLI, backed by WebSockets.
Latest
function s
import { s } from "https://deno.land/x/websocket_broadcastchannel@0.8.0/src/fn.ts";

Short for stringify, useful for logging. Uses JSON.stringify to convert an object to a string.

Parameters

object: unknown

Returns

string