Feature request: add typescript definitions + jsdoc #14
Labels
enhancement
New feature or request
good first issue
Good for newcomers
hacktoberfest
For Hacktoberfest Bois
help wanted
Extra attention is needed
There are some globally registered functions and variables, I believe we should provide them to typescript users so they don't see errors in their ide. Just an example would be
await Import("https://esm.sh/react")
where theImport
function is globally registered function, which provide URL Imports natively to reejs code.If possible, please even share a typescript config file example where reejs typescript declarations are already imported.
The text was updated successfully, but these errors were encountered: