UNPKG

@kui-shell/plugin-core-support

Version:

Kui plugin offering core extensions such as help and screenshot commands

7 lines (6 loc) 210 B
import type { Arguments, ParsedOptions } from '@kui-shell/core'; interface Options extends ParsedOptions { N: number; } export default function doPar(args: Arguments<Options>): Promise<boolean>; export {};