UNPKG

ts-simple-ast

Version:

TypeScript compiler wrapper for AST navigation and code generation.

7 lines (6 loc) 180 B
export declare class Logger { private static enabled; static setEnabled(enabled: boolean): void; static log(text: string): void; static warn(text: string): void; }