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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.121latest
0.0.1-rc0rc

Version History

VersionDownloads (Last 7 Days)Published
0.0.121
0.0.1-rc0
1.0.0-rc0
0.0.00

Package Sidebar

Install

npm i typescript-char-code

Weekly Downloads

21

Version

0.0.1

License

MIT

Unpacked Size

114 kB

Total Files

5

Last publish

Collaborators

  • khai96_