Skip to content

Commit c527aea

Browse files
authored
Update mod.ts
1 parent b2d79ff commit c527aea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/format/mod.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
import replacePlaceholder from "./replace_placeholder.ts";
22
import truncate from "./truncate.ts";
3+
import joinAnd from "./join_and.ts"
34

45
export const format = {
56
replacePlaceholder,
67
truncate,
8+
joinAnd
79
}

0 commit comments

Comments
 (0)