1.0.1 • Published 4 months ago

@codinasion/base64-to-string v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

@codinasion/base64-to-string

Converts a base64 string to a string.

NPM Version Downloads LICENSE

Installation

# if you're using pnpm
pnpm add @codinasion/base64-to-string

# or, if you're using npm
npm install @codinasion/base64-to-string

# or, if you're using yarn
yarn add @codinasion/base64-to-string

Usage

import { Base64ToString } from "@codinasion/base64-to-string";

const base64String = "SGVsbG8gV29ybGQh";

const string = Base64ToString(base64String);
console.log(string); // Hello World!

Sponsors & Backers

Sponsors

1.0.1

4 months ago

1.0.0

4 months ago