cli.d.ts 96 Bytes
Newer Older
1 2 3 4 5
export declare const cli: () => {
    [x: string]: unknown;
    _: string[];
    $0: string;
};