MCPcopy
hub / github.com/FredKSchott/snowpack / AbstractLogger

Interface AbstractLogger

skypack/src/util.ts:8–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import path from 'path';
7
8export interface AbstractLogger {
9 debug: (...args: any[]) => void;
10 log: (...args: any[]) => void;
11 warn: (...args: any[]) => void;
12 error: (...args: any[]) => void;
13}
14export interface ImportMap {
15 imports: {[packageName: string]: string};
16}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected