UNPKG

@topgroup/diginext

Version:

A BUILD SERVER & CLI to deploy apps to any Kubernetes clusters.

13 lines 340 B
export declare class Logger { name: string; fileName: string; dir: string; filePath: string; content: string; constructor(name: string); static find(name: string): Logger; static getLogs(slug: string): string | undefined; read(): string; append(str: any): void; } //# sourceMappingURL=logger.d.ts.map