UNPKG

@sarahisweird/hmoog

Version:

Out-of-game automation for Hackmud

10 lines (9 loc) 230 B
export default class FileWatcher { private readonly filePath; private listeners; private abortController; constructor(filePath: string); waitForChange(): Promise<void>; close(): void; private listen; }