UNPKG

145 BTypeScriptView Raw
1import { Command } from 'clipanion';
2declare class TestUnitCommand extends Command {
3 execute(): Promise<void>;
4}
5export { TestUnitCommand };