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

Uint8.fromString

import { Uint8 } from "https://raw.githubusercontent.com/i-xi-dev/buffer-utils.es/6.2.3/deps.ts"; 

const { fromString } = Uint8;
function fromString(source: string, options?: FromOptions): Uint8;
§
fromString(source: string, options?: FromOptions): Uint8
[src]

§Parameters

§
source: string
[src]
§
options?: FromOptions optional
[src]

§Return Type