UNPKG

unstructured-client

Version:

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

14 lines (11 loc) 336 B
/* * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. */ import { ClientSDK } from "../lib/sdks.js"; import { General } from "./general.js"; export class UnstructuredClient extends ClientSDK { private _general?: General; get general(): General { return (this._general ??= new General(this._options)); } }