UNPKG

unstructured-client

Version:

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

19 lines 566 B
/* * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. */ import { generalPartition, } from "../funcs/generalPartition.js"; import { ClientSDK } from "../lib/sdks.js"; import { unwrapAsync } from "./types/fp.js"; export { PartitionAcceptEnum } from "../funcs/generalPartition.js"; export class General extends ClientSDK { /** * Summary * * @remarks * Description */ async partition(request, options) { return unwrapAsync(generalPartition(this, request, options)); } } //# sourceMappingURL=general.js.map