Options
All
  • Public
  • Public/Protected
  • All
Menu

Module src/core/data/const

Index

Variables

connectCache: Dictionary<Promise<Socket>> = ...
emitter: EventEmitter2 = ...

Global event emitter to broadcast provider events

instanceCache: Dictionary<Provider> = ...
methodProperties: string[] = ...
namespace: typeof namespace = ...
queryMethods: Pick<{ GET: boolean; HEAD: boolean }, "GET" | "HEAD"> = ...
urlProperties: string[] = ...