diff options
Diffstat (limited to 'dep/std.ts')
| -rw-r--r-- | dep/std.ts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dep/std.ts b/dep/std.ts new file mode 100644 index 0000000..97473b0 --- /dev/null +++ b/dep/std.ts @@ -0,0 +1,8 @@ + + + +/*** EXPORT ------------------------------------------- ***/ + +export * from "node:buffer"; +export * from "jsr:@std/fmt/colors"; +export * from "jsr:@std/path"; |
