UNPKG

319 BTypeScriptView Raw
1import { CommandConstructorContract } from '../Contracts';
2/**
3 * Validates the command static properties to ensure that all the
4 * values are correctly defined for a command to be executed.
5 */
6export declare function validateCommand(command: any, commandPath?: string): asserts command is CommandConstructorContract;