UNPKG

@yarnpkg/pnpify

Version:
7 lines (6 loc) 169 B
import { Command } from 'clipanion'; export default class SdkCommand extends Command { static paths: string[][]; args: string[]; execute(): Promise<void>; }