mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 04:32:01 +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";
|