@five-vm/cli
Version:
High-performance CLI for Five VM development with WebAssembly integration
12 lines • 345 B
TypeScript
/**
* Five CLI Test Command
*
* Run test suites for Five VM bytecode with comprehensive validation,
* performance benchmarking, and compliance verification.
*/
import { CommandDefinition } from '../types.js';
/**
* Five test command implementation
*/
export declare const testCommand: CommandDefinition;
//# sourceMappingURL=test.d.ts.map