mirror of
https://github.com/swc-project/swc.git
synced 2025-01-04 19:47:10 +03:00
15 lines
215 B
TypeScript
15 lines
215 B
TypeScript
|
// Loaded from https://deno.land/x/cliffy@v0.18.0/prompt/deps.ts
|
||
|
|
||
|
|
||
|
export {
|
||
|
blue,
|
||
|
bold,
|
||
|
dim,
|
||
|
green,
|
||
|
italic,
|
||
|
red,
|
||
|
stripColor,
|
||
|
underline,
|
||
|
yellow,
|
||
|
} from "https://deno.land/std@0.89.0/fmt/colors.ts";
|