mirror of
https://github.com/swc-project/swc.git
synced 2024-12-30 00:52:29 +03:00
16 lines
273 B
TypeScript
16 lines
273 B
TypeScript
|
// Loaded from https://deno.land/x/cliffy@v0.18.0/command/deps.ts
|
||
|
|
||
|
|
||
|
export {
|
||
|
blue,
|
||
|
bold,
|
||
|
dim,
|
||
|
green,
|
||
|
italic,
|
||
|
magenta,
|
||
|
red,
|
||
|
yellow,
|
||
|
} from "https://deno.land/std@0.89.0/fmt/colors.ts";
|
||
|
|
||
|
export { existsSync } from "https://deno.land/std@0.89.0/fs/exists.ts";
|