UNPKG

@five-vm/cli

Version:

High-performance CLI for Five VM development with WebAssembly integration

9 lines 270 B
/** * Five SDK Testing Utilities * * Export all testing utilities for easy access from CLI and other modules. */ export { FiveTestRunner } from './TestRunner.js'; // Re-export for convenience export { FiveSDK } from '../FiveSDK.js'; //# sourceMappingURL=index.js.map