2.0.1 • Published 4 years ago

@aureooms/js-codec-ascii v2.0.1

Weekly downloads
-
License
AGPL-3.0
Repository
github
Last release
4 years ago

@aureooms/js-codec-ascii

ASCII encoder/decoder for JavaScript. See docs. Parent is @aureooms/js-codec.

> ascii.encode('hello, world')
[ 104, 101, 108, 108, 111, 44, 32, 119, 111, 114, 108, 100 ]
> ascii.decode([ 104, 101, 108, 108, 111, 44, 32, 119, 111, 114, 108, 100 ])
'hello, world'

License Version Build Dependencies Dev dependencies GitHub issues Downloads

Code issues Code maintainability Code coverage (cov) Code technical debt Documentation Package size