MCPcopy Index your code
hub / github.com/developit/mitt / off

Method off

src/index.ts:29–29  ·  view source on GitHub ↗
(
		type: Key,
		handler?: Handler<Events[Key]>
	)

Source from the content-addressed store, hash-verified

27 on(type: '*', handler: WildcardHandler<Events>): void;
28
29 off<Key extends keyof Events>(
30 type: Key,
31 handler?: Handler<Events[Key]>
32 ): void;

Callers 2

index_test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected