Features
Use Cases
Townie
AI
Blog
Docs
Pricing
Log in
Sign up
jdan
welshInnerCodePoints
Public
Fork
Like
Code
Pull Requests
Forks
References
Dependencies
1
Versions
v3
Back
Version 1
8/13/2023
9
1
2
3
4
5
const
welshInnerCodePoints
=
@
jdan
.
welshFlagCodePoints
.
slice
(
1
,
-
1
)
.
map
(
(
c
)
=>
{
const
codepoint
=
parseInt
(
c
,
16
)
;
return
codepoint
-
0xE0000
;
}
)
;
Copy
Updated: October 23, 2023