UNPKG

ts-dev-stack

Version:

Development stack for TypeScript libraries

3 lines (2 loc) 199 B
import { type CommandCallback, type CommandOptions } from 'tsds-lib'; export default function runCommand(name: string, args: string[], options: CommandOptions, callback: CommandCallback): undefined;