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 b2d79ff commit c527aeaCopy full SHA for c527aea
src/format/mod.ts
@@ -1,7 +1,9 @@
1
import replacePlaceholder from "./replace_placeholder.ts";
2
import truncate from "./truncate.ts";
3
+import joinAnd from "./join_and.ts"
4
5
export const format = {
6
replacePlaceholder,
7
truncate,
8
+ joinAnd
9
}
0 commit comments