Replit Commit
This commit is contained in:
commit
f49f965a42
41 changed files with 32720 additions and 0 deletions
8
lib/sockets/modes.js
Normal file
8
lib/sockets/modes.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
const INIT = "i"; // Intiator Socket
|
||||
const EXEC = "e"; // Execution Socket
|
||||
const VIEW = "v"; // View Socket
|
||||
export default {
|
||||
INIT,
|
||||
EXEC,
|
||||
VIEW,
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue