Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Logger

import type { Logger } from "https://raw.githubusercontent.com/SheepTester/htmlifier/v1.0.2/src/htmlifier.ts";
type Logger = (message: string, type: "status" | "progress") => void;

§Type

§
(message: string, type: "status" | "progress") => void
[src]