UNPKG

legions-thirdparty-plugin

Version:
9 lines (8 loc) 185 B
export declare class Logger { debug(): void; static create(): void; static destroy(): void; static getInstance(): Logger; info(): void; error(): void; }