MCPcopy Index your code
hub / github.com/webpack/webpack-dev-server / CommunicationClientConstructor

Interface CommunicationClientConstructor

client-src/globals.d.ts:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5}
6
7declare interface CommunicationClientConstructor {
8 new (url: string): CommunicationClient; // Defines a constructor that takes a string and returns a GreeterInstance
9}
10
11declare const __webpack_dev_server_client__:
12 | CommunicationClientConstructor

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…