UNPKG

@five-vm/cli

Version:

High-performance CLI for Five VM development with WebAssembly integration

9 lines 254 B
/** * Five CLI Donate Command * * Sends SOL to the Five VM donation address. */ import { CommandDefinition } from '../types.js'; export declare const donateCommand: CommandDefinition; export default donateCommand; //# sourceMappingURL=donate.d.ts.map