diff options
Diffstat (limited to 'std/fmt/mod.ts')
-rw-r--r-- | std/fmt/mod.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/std/fmt/mod.ts b/std/fmt/mod.ts new file mode 100644 index 000000000..a0f8feb8b --- /dev/null +++ b/std/fmt/mod.ts @@ -0,0 +1,2 @@ +export * from "./colors.ts"; +export * from "./sprintf.ts"; |