UNPKG

248 BTypeScriptView Raw
1import ts_module from "typescript/lib/tsserverlibrary";
2export declare class Logger {
3 private readonly logger;
4 static forPlugin(info: ts_module.server.PluginCreateInfo): Logger;
5 private constructor();
6 info(message: string): void;
7}