chore: Refactoring event processors and service architecture (#2495)
This commit is contained in:
1
flow-typed/globals.js
vendored
1
flow-typed/globals.js
vendored
@ -2,6 +2,7 @@
|
||||
declare var process: {
|
||||
exit: (code?: number) => void,
|
||||
cwd: () => string,
|
||||
argv: Array<string>,
|
||||
env: {
|
||||
[string]: string,
|
||||
},
|
||||
|
Reference in New Issue
Block a user