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

Class

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

Source from the content-addressed store, hash-verified

772}
773/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CustomEvent) */
774declare class CustomEvent<T = any> extends Event {
775 constructor(type: string, init?: CustomEventCustomEventInit);
776 /**
777 * Returns any custom data event was created with. Typically used for synthetic events.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected