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

Isomorphic.encode

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

const { encode } = Isomorphic;

Implements isomorphic encode defined in WHATWG Infra Standard.

function encode(input?): Uint8Array;
§
encode(input?): Uint8Array
[src]

§Parameters

§
input? optional
[src]

§Return Type

§
Uint8Array
[src]

A byte sequence of isomorphic encoded input.