UNPKG

brocolito

Version:

Create type-safe CLIs to align local development and pipeline workflows

6 lines (5 loc) 237 B
import { type CompleteItemOrString, type TabtabEnv } from "./tabtab.ts"; export declare const _completion: ({ partial, }: TabtabEnv) => Promise<CompleteItemOrString[]>; export declare const Completion: { run: () => Promise<void>; };