We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58d9ec2 commit 695e414Copy full SHA for 695e414
1 file changed
src/Data/String/CodeUnits.js
@@ -120,11 +120,11 @@ exports.splitAt = function (i) {
120
exports.startsWith = function (pattern) {
121
return function (s) {
122
return s.startsWith(pattern);
123
- }
124
-}
+ };
+};
125
126
exports.endsWith = function (pattern) {
127
128
return s.endsWith(pattern);
129
130
0 commit comments