1.0.0 • Published 3 years ago

string2num v1.0.0

Weekly downloads
29
License
-
Repository
github
Last release
3 years ago

string2num

string2num is a super-simple npm package for encoding strings into integers and decoding them.

Usage

Importing

const s2n = require('string2num');

Encoding

s2n.encode('hello world!')
// returns 080512121500231518120439 as a string

Decoding

s2n.decode('080512121500231518120439')
// returns 080512121500231518120439