hyposcript icon indicating copy to clipboard operation
hyposcript copied to clipboard

Tiny hyperscript made for server rendering.

Results 3 hyposcript issues
Sort by recently updated
recently updated
newest added

with the following config ``` { "extends": "@tsconfig/node14/tsconfig.json", "compilerOptions": { /* "strict": false, */ "lib": ["dom"], "jsx": "preserve", "jsxFactory": "h", "jsxFragmentFactory": "h" } } ``` if `strict: false` it's fine...

https://github.com/ohanhi/hyperscript-helpers#how-to-use