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 4d3225c commit c90891aCopy full SHA for c90891a
src/format/mod.ts
@@ -1,7 +1,13 @@
1
import formatString from "./format_string.ts";
2
import truncate from "./truncate.ts";
3
+import trimCharactersStart from "./trim_characters_start.ts";
4
+import trimCharactersEnd from "./trim_characters_end.ts";
5
+import trimCharacters from "./trim_characters.ts";
6
7
export {
8
formatString,
- truncate
9
+ truncate,
10
+ trimCharactersStart,
11
+ trimCharactersEnd,
12
+ trimCharacters
13
}
0 commit comments