from-base64

v1.0.0arrow_drop_down
v1.0.0
v0.0.1
STATUS
Passing
DOWNLOADS
26
LICENSE
MIT
VISIBILITY
Public
PUBLISHED
7 years ago
SIZE
7 KB
decode a string from base64
2 contributors
Install from-base64 as a package?
Copied
npm i @bit/bit.utils.string.from-base64
Set Bit as a scoped registryLearn more
npm config set '@bit:registry' https://node.bit.cloud
Component Example
React
React
Vue
Angular
React Native
Add dependency... help_outline
Just
import
any of the 1 million components
and packages in Bit or NPM to the example.
import Button from '@bit/grommet.grommet.button';
import Lodash from 'lodash';
toggle layout
chevron_left
chevron_right
fromBase64 (
base64:string
) : string

decode a string from base64

Argument
base64: string
Returns
string

Test Summary

from-base64 the fromBase64 function should exist

Pass

from-base64 should decode a base64 string

Pass
Help and resources