1 parent 241d563 commit 05919f2Copy full SHA for 05919f2
1 file changed
deps.ts
@@ -1,12 +1,7 @@
1
export { assert } from '@std/assert/assert'
2
export { assertEquals } from '@std/assert/equals'
3
export { parseArgs as parse } from '@std/cli/parse-args'
4
-export {
5
- blue,
6
- bold,
7
- green,
8
- red,
9
-} from '@std/fmt/colors'
+export { blue, bold, green, red } from '@std/fmt/colors'
10
export { extname } from '@std/path/extname'
11
export * as posix from '@std/path/posix'
12
0 commit comments