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 • 320 B
JavaScript
/*
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.buildContext = void 0;
function buildContext(process) {
return { process: process };
}
exports.buildContext = buildContext;
//# sourceMappingURL=cli.js.map
;