UNPKG

unstructured-client

Version:

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

11 lines 351 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 { get general() { return (this._general ?? (this._general = new General(this._options))); } } //# sourceMappingURL=sdk.js.map