@prokopschield/base64
TypeScript icon, indicating that this package has built-in type declarations

0.1.0-2 • Public • Published

@prokopschield/base64

Installation

npm install @prokopschield/base64
pnpm install @prokopschield/base64
yarn add @prokopschield/base64

Usage

import { encode, decode } from '@prokopschield/base64';

encode(/* any buffer */); // base-64 string
decode(/* base64 str */); // Uint8Array

Readme

Keywords

none

Package Sidebar

Install

npm i @prokopschield/base64

Weekly Downloads

5

Version

0.1.0-2

License

GPL-3.0-or-later

Unpacked Size

42.6 kB

Total Files

14

Last publish

Collaborators

  • realprokopschield