turbowatch
Version:
Extremely fast file change detector and task orchestrator for Node.js.
13 lines • 498 B
JavaScript
;
/* eslint-disable @typescript-eslint/consistent-type-definitions */
/* eslint-disable @typescript-eslint/method-signature-style */
Object.defineProperty(exports, "__esModule", { value: true });
exports.FileWatchingBackend = void 0;
const node_events_1 = require("node:events");
class FileWatchingBackend extends node_events_1.EventEmitter {
constructor() {
super();
}
}
exports.FileWatchingBackend = FileWatchingBackend;
//# sourceMappingURL=FileWatchingBackend.js.map