UNPKG

unstructured-client

Version:

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

24 lines 922 B
"use strict"; /* * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.General = exports.PartitionAcceptEnum = void 0; const generalPartition_js_1 = require("../funcs/generalPartition.js"); const sdks_js_1 = require("../lib/sdks.js"); const fp_js_1 = require("./types/fp.js"); var generalPartition_js_2 = require("../funcs/generalPartition.js"); Object.defineProperty(exports, "PartitionAcceptEnum", { enumerable: true, get: function () { return generalPartition_js_2.PartitionAcceptEnum; } }); class General extends sdks_js_1.ClientSDK { /** * Summary * * @remarks * Description */ async partition(request, options) { return (0, fp_js_1.unwrapAsync)((0, generalPartition_js_1.generalPartition)(this, request, options)); } } exports.General = General; //# sourceMappingURL=general.js.map