* Add new package: react-hyperscript
* Type of function should be declared by function keyword...
* Add a workaround
tsc does not allow `export =`ing function because ES spec does not allow that.
But react-hyperscript does that.
So this workaround is required.