diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -68,8 +68,7 @@ If present, `"*"` handlers are invoked prior to type-matched handlers. **Parameters** - `type` **[String](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String)** The event type to invoke -- `arg1` **\[Any]** A value (first argument), passed to each handler -- `arg2` **\[Any]** A value (second argument), passed to each handler +- `evt` **\[Any]** Any value (object is recommended and powerful), passed to each handler Returns **[Object](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object)** the `mitt` instance for chaining |
