Charcode sequence encoder / decoder.
npm install @lffg/charcode-sequence@lffg/charcode-sequence📜 Character code sequence encoder and decoder.


!Uses TypeScript
``shell
yarn add @lffg/charcode-sequence
Basic Usage
`typescript
import { encode, decode } from '@lffg/charcode-sequence';encode('Luiz'); // [76, 117, 105, 122]
decode([76, 117, 105, 122]); // "Luiz"
``lffg and contributors.
MIT License, see the included MIT file.