Comparing version 0.3.0 to 0.3.1
{ | ||
"name": "runtypes", | ||
"version": "0.3.0", | ||
"description": "Runtime type validation for (Java|Type)Script", | ||
"version": "0.3.1", | ||
"description": "Runtime validation for static types", | ||
"main": "./lib/index.js", | ||
@@ -6,0 +6,0 @@ "types": "./lib/index.d.ts", |
@@ -17,4 +17,3 @@ # Runtypes [![Build Status](https://travis-ci.org/pelotom/runtypes.svg?branch=master)](https://travis-ci.org/pelotom/runtypes) | ||
Suppose you have objects which represent asteroids, planets, ships and personnel. In TypeScript, you might model | ||
them like so: | ||
Suppose you have objects which represent asteroids, planets, ships and crew members. In TypeScript, you might write their types like so: | ||
@@ -21,0 +20,0 @@ ```ts |
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
157