unpad-base64
v1.0.0
Published
Removes padding from a base64 string
Readme
unpad-base64
Removes padding from a base64 string
Test coverage
| Statements | Branches | Functions | Lines |
| --------------------------- | ----------------------- | ------------------------- | ----------------- |
| |
|
|
|
Usage
import { unpadBase64 } from 'unpad-base64';
const unpadded = unpadBase64(paddedBase64);