MCPcopy
hub / github.com/sindresorhus/is / SymbolConstructor

Interface SymbolConstructor

source/types.ts:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42declare global {
43 // eslint-disable-next-line @typescript-eslint/consistent-type-definitions -- This must be an `interface` so it can be merged.
44 interface SymbolConstructor {
45 readonly observable: symbol;
46 }
47}
48
49/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected