typescript-char-code
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

TypeScript Char Code

ord() and chr() with 256 specific overloads

Usage

import { ord, chr } from 'typescript-char-code'
const foo: 'A' = ord(65)
const bar: 65 = ord('A')

License

MIT © Hoàng Văn Khải

Readme

Keywords

Package Sidebar

Install

npm i typescript-char-code

Weekly Downloads

7

Version

0.0.1

License

MIT

Unpacked Size

114 kB

Total Files

5

Last publish

Collaborators

  • khai96_