UNPKG

@ycmd/run

Version:

LSK.js CLI Creds is the easiest way to manage GitHub / Gitlab secrets and credentials

10 lines (7 loc) 259 B
import { ShellParallelOptions } from './types.mjs'; import '@ycmd/helpers'; import '@ycmd/spawn'; import '@ycmd/utils'; import 'yargs'; declare function pnpmRecursive(command: string, options?: ShellParallelOptions): Promise<any>; export { pnpmRecursive };