UNPKG
ascii-chr
Version:
latest (0.4.2)
0.4.2
0.4.1
0.4.0
0.3.0
0.2.1
0.2.0
0.1.1
0.1.0
ASCII character codes table
github.com/AlexMasterov/ascii-chr.js
AlexMasterov/ascii-chr.js
ascii-chr
/
index.d.ts
10 lines
(8 loc)
•
292 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
// Type definitions for ascii-chr 0.4.0
// Project: https://github.com/AlexMasterov/ascii-chr.js
// Definitions by: Alex Masterov <https://github.com/AlexMasterov>
// TypeScript Version: 3.0
declare
module
'ascii-chr'
{
type
charCodes = array<
string
>;
type
charCodes2 = array<
string
>; }