UNPKG

@materia/interfaces

Version:
12 lines 647 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var WatcherEventType; (function (WatcherEventType) { WatcherEventType[WatcherEventType["INIT"] = 0] = "INIT"; WatcherEventType[WatcherEventType["ADD"] = 1] = "ADD"; WatcherEventType[WatcherEventType["REMOVE"] = 2] = "REMOVE"; WatcherEventType[WatcherEventType["CHANGE"] = 3] = "CHANGE"; WatcherEventType[WatcherEventType["REFRESH_TREE"] = 4] = "REFRESH_TREE"; WatcherEventType[WatcherEventType["UNLINK"] = 5] = "UNLINK"; })(WatcherEventType = exports.WatcherEventType || (exports.WatcherEventType = {})); //# sourceMappingURL=watcher.model.js.map