awl/deps.ts
Sam Therapy 6f4ae7de65
Some checks failed
continuous-integration/drone Build is failing
Initial commit
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2022-06-18 20:11:46 +02:00

7 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";