UNPKG

@sarahisweird/hmoog

Version:

Out-of-game automation for Hackmud

6 lines (5 loc) 264 B
export { HmOog } from './handling.js'; export { OogInitializationError, OogNotInitializedError, OogExecutionError } from './errors.js'; export { ExecutionResult, FlushReason } from './types.js'; export { waitMs } from './utils.js'; export * from './constants.js';