UNPKG

snes-disassembler

Version:

A Super Nintendo (SNES) ROM disassembler for 65816 assembly

8 lines 357 B
/** * Contextual Help System for SNES Disassembler CLI */ export declare function getHelpForContext(context: string): string; export declare function showContextualHelp(context: string): void; export declare function getAvailableHelpTopics(): string[]; export declare function searchHelp(query: string): string[]; //# sourceMappingURL=help-system.d.ts.map