UNPKG

@materia/interfaces

Version:
13 lines (12 loc) 218 B
export declare enum WatcherEventType { INIT = 0, ADD = 1, REMOVE = 2, CHANGE = 3, REFRESH_TREE = 4, UNLINK = 5 } export interface IWatcherEvent { type: WatcherEventType; path: string; }