UNPKG

@sarahisweird/hmoog

Version:

Out-of-game automation for Hackmud

9 lines (8 loc) 233 B
export declare class OogInitializationError extends Error { constructor(reason: string); } export declare class OogNotInitializedError extends Error { constructor(); } export declare class OogExecutionError extends Error { }