UNPKG

unstructured-client

Version:

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

10 lines (8 loc) 199 B
/* * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. */ export interface Logger { group(label?: string): void; groupEnd(): void; log(message: any, ...args: any[]): void; }