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
/
dist
/
v8v62
/
cjs
/
codePoint.js
4 lines
(2 loc)
•
54 B
JavaScript
View Raw
1
2
3
4
'use strict'
;
module
.
exports
=
String
.
fromCodePoint
;