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

Isomorphic.decode

import { Isomorphic } from "https://raw.githubusercontent.com/i-xi-dev/bytes.es/4.4.2/deps.ts"; 

const { decode } = Isomorphic;

Implements isomorphic decode defined in WHATWG Infra Standard.

function decode(input?: BufferSource): string;
§
decode(input?: BufferSource): string
[src]

§Parameters

§
input?: BufferSource optional
[src]

§Return Type

§
string
[src]

A string that represents a byte sequence by the code point.