static-type-js
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -5,3 +5,3 @@ { | ||
"description": "Prototype inheritance and type system for js", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
Type-js [](https://travis-ci.org/igorzg/type-js) | ||
======== | ||
Static type support for javascript | ||
Type checking support for javascript | ||
* All types are checked at runtime | ||
* Supported for ES5++ browsers. | ||
@@ -14,3 +15,5 @@ * Object roots are freezed after thy are created. | ||
* In IE 8,7,6 inheritance works but extensions and changes are allowed. | ||
```js | ||
```javascript | ||
/// var Parent = Type.create([type definition], [prototype]); | ||
@@ -17,0 +20,0 @@ /// var Child = Parent.inherit([type definition], [prototype]); |
40716
81