Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/vno/example/spa/deps.ts>log.LogConfig

a build tool for compiling and bundling Vue single-file components
Latest
interface log.LogConfig
import { type log } from "https://deno.land/x/vno@1.5.1/example/spa/deps.ts";
const { LogConfig } = log;

Properties

optional
handlers: { [name: string]: BaseHandler; }
optional
loggers: { [name: string]: LoggerConfig; }