Skip to main content
Module

x/branch/deps.ts

๐Ÿ“  Denosaurs pretty logger
Go to Latest
File
// Copyright 2020-present the denosaurs team. All rights reserved. MIT license.
// provide better logging, see src/log.tsexport * as log from "https://deno.land/std@0.68.0/log/mod.ts";export { LogRecord, GenericFunction,} from "https://deno.land/std@0.68.0/log/logger.ts";export { LogLevels, LevelName,} from "https://deno.land/std@0.68.0/log/levels.ts";export { BaseHandler } from "https://deno.land/std@0.68.0/log/handlers.ts";
// colors for a pretty cliexport { setColorEnabled, reset, bold, blue, yellow, red, gray, green, italic,} from "https://deno.land/std@0.68.0/fmt/colors.ts";