unstructured-client
Version:
<h3 align="center"> <img src="https://raw.githubusercontent.com/Unstructured-IO/unstructured/main/img/unstructured_logo.png" height="200" > </h3>
7 lines • 300 B
TypeScript
/// <reference types="node" />
import { CommandContext, StricliProcess } from "@stricli/core";
export interface LocalContext extends CommandContext {
readonly process: StricliProcess;
}
export declare function buildContext(process: NodeJS.Process): LocalContext;
//# sourceMappingURL=cli.d.ts.map