typescript-char-code
v0.0.1
Published
ord() and chr() with 256 specific overloads
Downloads
9
Readme
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')