UNPKG

markuplint

Version:

An HTML linter for all markup developers

13 lines (12 loc) 427 B
import debug from 'debug'; /** * Debug logger instance for the markuplint CLI, using the `markuplint-cli` namespace. */ export declare const log: debug.Debugger; /** * Enables verbose debug logging for both the CLI and the core library. * * When called, it activates the `markuplint-cli*` and `ml-*` debug namespaces * and turns on the core library's internal debug output. */ export declare function verbosely(): void;