We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05cb937 commit 49d6411Copy full SHA for 49d6411
src/Data/String.purs
@@ -7,6 +7,13 @@ foreign import charAt
7
\ };\
8
\}" :: Number -> String -> String
9
10
+foreign import charCodeAt
11
+ "function charCodeAt(i) {\
12
+ \ return function(s) {\
13
+ \ return s.charCodeAt(i); \
14
+ \ };\
15
+ \}" :: Number -> String -> Number
16
+
17
foreign import fromCharCode
18
"function fromCharCode(n) {\
19
\ return String.fromCharCode(n);\
0 commit comments