UNPKG

unstructured-client

Version:

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

15 lines 537 B
"use strict"; /* * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.UnstructuredClient = void 0; const sdks_js_1 = require("../lib/sdks.js"); const general_js_1 = require("./general.js"); class UnstructuredClient extends sdks_js_1.ClientSDK { get general() { return (this._general ?? (this._general = new general_js_1.General(this._options))); } } exports.UnstructuredClient = UnstructuredClient; //# sourceMappingURL=sdk.js.map