easy-file-system 2.1.147 → 2.1.149

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/eventTypes.js DELETED
@@ -1,21 +0,0 @@
1
- "use strict";
2
-
3
- export const OPEN_EVENT_TYPE = "open";
4
- export const MOVE_EVENT_TYPE = "move";
5
- export const CHANGE_EVENT_TYPE = "change";
6
- export const CANCEL_EVENT_TYPE = "cancel";
7
- export const SELECT_EVENT_TYPE = "select";
8
- export const RENAME_EVENT_TYPE = "rename";
9
- export const REMOVE_EVENT_TYPE = "remove";
10
- export const CREATE_EVENT_TYPE = "create";
11
-
12
- export default {
13
- OPEN_EVENT_TYPE,
14
- MOVE_EVENT_TYPE,
15
- CHANGE_EVENT_TYPE,
16
- CANCEL_EVENT_TYPE,
17
- SELECT_EVENT_TYPE,
18
- REMOVE_EVENT_TYPE,
19
- RENAME_EVENT_TYPE,
20
- CREATE_EVENT_TYPE
21
- };