Skip to main content
Module

x/rsocket/deps.ts>decode

🦕RSocket Deno module
Latest
function decode
import { decode } from "https://deno.land/x/rsocket@0.3.0/deps.ts";

Shorthand for new TextDecoder().decode()

Parameters

optional
input: Uint8Array

Returns

string