1.0.0 • Published 9 months ago

unpad-base64 v1.0.0

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

unpad-base64

npm GitHub Workflow Status npm NPM

Removes padding from a base64 string

Test coverage

StatementsBranchesFunctionsLines
StatementsBranchesFunctionsLines

Usage

import { unpadBase64 } from 'unpad-base64';

const unpadded = unpadBase64(paddedBase64);
1.0.0

9 months ago