This commit is contained in:
lhx-666-cool
2025-04-25 17:03:25 +08:00
parent 326a2a007c
commit f6cb277519
1677 changed files with 1232721 additions and 0 deletions

8
web/node_modules/isomorphic-ws/index.d.ts generated vendored Normal file
View File

@@ -0,0 +1,8 @@
// Type definitions for isomorphic-ws
// Run `npm install @types/ws` before using this.
// Fix for https://github.com/heineiuo/isomorphic-ws/issues/8
// If there is still something wrong, welcome issue.
import WebSocket = require('ws')
export = WebSocket