strong-type
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "strong-type", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "allows easy type enforcement for all JS types objects and classes. it is also extensible and provides simple to use type checks for your own custom classes and types", |
@@ -12,7 +12,14 @@ # strong-type | ||
examples | ||
`npm i` | ||
check the examples | ||
run `npm i` in the root dir to make sure you get the devDependencies installed. | ||
see in browser | ||
node example | ||
`npm run nodeExample` | ||
browser example | ||
`npm start` | ||
then go to `http://localhost:8000/example/web/index.html` | ||
Chrome, Opera, and Edge support all the types so all rows will be green | ||
You will see some red rows in Firefox as it does not yet support all types. The unsupported types will throw type errors when checked/validated. |
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
19529
24