UNPKG

unstructured-client

Version:

<h3 align="center"> <img src="https://raw.githubusercontent.com/Unstructured-IO/unstructured/main/img/unstructured_logo.png" height="200" > </h3>

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