variable debugimport { debug } from "https://deno.land/x/pptr@1.2.0/src/Debug.ts"; A debug function that can be used in any environment. ExamplesExample 1 const log = debug('Page'); log('new page created') // logs "Page: new page created" type(prefix: string) => ((...args: unknown[]) => void)