0.2.1 • Published 7 years ago

base64-int32 v0.2.1

Weekly downloads
2
License
ISC
Repository
-
Last release
7 years ago

Base64 Int32 Converter npm.io

Convert Integers to Base64 Strings and back again
Built by Jack Baron

Documentation

Base64

Kind: global class

new Base64()

Base64 Object

base64.fromInt(int32) ⇒ string

Convert Integer to Base64 String

Kind: instance method of Base64

ParamTypeDescription
int32numberInput Int32 Integer

base64.toInt(digitsStr) ⇒ number

Convert Base64 String to Integer

Kind: instance method of Base64

ParamTypeDescription
digitsStrstringInput Base64 String
0.2.1

7 years ago

0.2.0

7 years ago