@lffg/charcode-sequence
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

@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.

Readme

Keywords

none

Package Sidebar

Install

npm i @lffg/charcode-sequence

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

6.22 kB

Total Files

17

Last publish

Collaborators

  • lffg