UNPKG

fathom-typescript

Version:

Fathom's official TypeScript SDK.

6 lines 164 B
export interface Logger { group(label?: string): void; groupEnd(): void; log(message: any, ...args: any[]): void; } //# sourceMappingURL=logger.d.ts.map