1.0.2 • Published 6 years ago

@lffg/charcode-sequence v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

@lffg/charcode-sequence

šŸ“œ Character code sequence encoder and decoder.

Build Status NPM Uses TypeScript

Installing

yarn add @lffg/charcode-sequence

# If you're using NPM:
# npm install @lffg/charcode-sequence --save

Basic Usage

import { encode, decode } from '@lffg/charcode-sequence';

encode('Luiz'); // [76, 117, 105, 122]
decode([76, 117, 105, 122]); // "Luiz"

Authors and License

lffg and contributors.

MIT License, see the included MIT file.

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago