UNPKG

unstructured-client

Version:

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

9 lines 397 B
/// <reference types="bun-types" /> /// <reference types="node" resolution-mode="require"/> /// <reference types="bun-types" /> 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