UNPKG

fswatch

Version:

Node.js file system events watcher

6 lines 150 B
// fswatch flags, let's try to make it simple exports.CREATE = 1; exports.DELETE = 2; exports.MODIFY = 4; exports.STATS_CHANGED = 8; exports.ALL = 16;