MCPcopy Create free account
hub / github.com/idosal/git-mcp /

Class

worker-configuration.d.ts:536–536  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

534 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Event)
535 */
536declare class Event {
537 constructor(type: string, init?: EventInit);
538 /**
539 * Returns the type of event, e.g. "click", "hashchange", or "submit".

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected