UNPKG

unstructured-client

Version:

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

17 lines 685 B
"use strict"; /* * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.UnstructuredClientCore = void 0; const sdks_js_1 = require("./lib/sdks.js"); /** * A minimal client to use when calling standalone SDK functions. Typically, an * instance of this class would be instantiated once at the start of an * application and passed around through some dependency injection mechanism to * parts of an application that need to make SDK calls. */ class UnstructuredClientCore extends sdks_js_1.ClientSDK { } exports.UnstructuredClientCore = UnstructuredClientCore; //# sourceMappingURL=core.js.map