UNPKG
codepoints
Version:
latest (1.3.0)
1.3.0
1.2.1
1.2.0
1.1.0
1.0.0
A parser for files in the Unicode database
github.com/devongovett/codepoints
devongovett/codepoints
codepoints
/
test.js
6 lines
(4 loc)
•
120 B
JavaScript
View Raw
1
2
3
4
5
6
const
codepoints =
require
(
'./index'
);
for
(
let
codepoint
of
codepoints) {
console
.
log
(
JSON
.
stringify
(codepoint)); }