Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
test-types-compilation.ts
File · 0.80
index_test.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected