7 lines
234 B
TypeScript
7 lines
234 B
TypeScript
export { parse } from "https://deno.land/std@0.144.0/flags/mod.ts";
|
|
export type { Args } from "https://deno.land/std@0.144.0/flags/mod.ts";
|
|
export {
|
|
bold,
|
|
italic,
|
|
underline,
|
|
} from "https://deno.land/std@0.139.0/fmt/colors.ts";
|