express-tsx
Advanced tools
Comparing version 2.2.1 to 2.2.2
{ | ||
"name": "express-tsx", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "express view tsx render", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -16,3 +16,3 @@ | ||
} | ||
compile:(file:string)=>any = c.compile | ||
compile?:(file:string)=>any = c.compile | ||
renderToJSX?:(Render,data:Object)=>JSX.Element = React.createElement | ||
@@ -19,0 +19,0 @@ renderToString?:(jsx)=>string |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29949