v9.18.1
You can now add body.userData
of any
type during creation or runtime.
You can type it throught body generic if you need to. UserDataType
in each body is
Body<UserDataType = any> { userData?: UserDataType }
- merged #84
- added tests
- more strict lint code rules
- removed prettier
- added short readme note about userData
next I will work on
in the next days - to use this