Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/earthstar/deps.ts>rfc4648.base16

Storage for private, distributed, offline-first applications.
Go to Latest
variable rfc4648.base16
import { rfc4648 } from "https://deno.land/x/earthstar@v10.0.1/deps.ts";
const { base16 } = rfc4648;

type

{ parse(string: string, opts?: ParseOptions | undefined): Uint8Array; stringify(data: ArrayLike<number>, opts?: StringifyOptions | undefined): string; }