Skip to main content
Module

x/textras/mod.ts>stringToBytes

Text wrangling Typescript utilities
Go to Latest
variable stringToBytes
import { stringToBytes } from "https://deno.land/x/textras@0.1.7/mod.ts";

convert a string to its byte array representation

type

(s: string) => Uint8Array