Skip to content

Base64 encoder/decoder for UTF-8 written in TypeScript. Running on Deno

Notifications You must be signed in to change notification settings

kota-yata/ky_base64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Base64 on Deno

Use on Deno

Base64 implementation written in TypeScript. UTF-8 coding is available.

Usage

import Base64 from "https://denopkg.com/kota-yata/ky_base64/index.ts";

const encoded = Base64.encode("abcdef");
const decoded = Base64.decode(encoded);

About

Base64 encoder/decoder for UTF-8 written in TypeScript. Running on Deno

Resources

Stars

Watchers

Forks

Packages

No packages published