UNPKG

blazepress

Version:

A rapid web application development platform for Node.js

20 lines (15 loc) 256 B
'use strict'; var events = {}; events.watch = [ 'created', 'removed', 'modified', 'changed', 'accessed', 'dir_event', 'tree_event' ]; events.isWatch = function( event ) { return events.watch.indexOf( event ) !== -1; }; module.exports = events;