typescript: Convert store and message handlers
This PR convert store and handlers to typescript.
The implicit callback mapping was replaced by an explicit. It's faster and more obvious.
Edited by Valentin Valls
This PR convert store and handlers to typescript.
The implicit callback mapping was replaced by an explicit. It's faster and more obvious.