6 lines
162 B
TypeScript
6 lines
162 B
TypeScript
export { parse } 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";
|