Only expose Str functions that are actually implemented

This commit is contained in:
Richard Feldman 2021-08-07 15:19:18 -04:00
parent 267836226c
commit 9b8c34ce95

View File

@ -2,38 +2,21 @@ interface Str
exposes
[
Str,
decimal,
num,
split,
isEmpty,
append,
concat,
joinWith,
split,
countGraphemes,
startsWith,
endsWith,
contains,
anyGraphemes,
allGraphemes,
countGraphemes,
join,
joinWith,
padGraphemesStart,
padGraphemesEnd,
graphemes,
reverseGraphemes,
isCaseInsensitiveEq,
isCaseInsensitiveNeq,
walkGraphemes,
isCapitalized,
isAllUppercase,
isAllLowercase,
toUtf8,
toUtf16,
toUtf32,
trim,
walkUtf8,
walkUtf16,
walkUtf32,
walkRevUtf8,
walkRevUtf16,
walkRevUtf32
fromInt,
fromFloat,
fromUtf8,
Utf8Problem,
Utf8ByteProblem,
toBytes,
startsWithCodePt
]
imports []