quitando basura del index
[VSoRC/.git] / node_modules / express-ws / node_modules / ws / lib / constants.js
diff --git a/node_modules/express-ws/node_modules/ws/lib/constants.js b/node_modules/express-ws/node_modules/ws/lib/constants.js
deleted file mode 100644 (file)
index 4082981..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-'use strict';
-
-module.exports = {
-  BINARY_TYPES: ['nodebuffer', 'arraybuffer', 'fragments'],
-  GUID: '258EAFA5-E914-47DA-95CA-C5AB0DC85B11',
-  kStatusCode: Symbol('status-code'),
-  kWebSocket: Symbol('websocket'),
-  EMPTY_BUFFER: Buffer.alloc(0),
-  NOOP: () => {}
-};