Skip to content

typescript: Convert store and message handlers

Valentin Valls requested to merge typescript/store-and-handlers into main

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

Merge request reports