📄 Logger.d.ts
/home/palash/git/site/node_modules/fork-ts-checker-webpack-plugin/lib/logger/Logger.d.ts
Language: ts • Lines: 6
interface Logger {
    info: (message: string) => void;
    log: (message: string) => void;
    error: (message: string) => void;
}
export default Logger;