Comparing version 1.0.0-pre.8 to 1.0.0-pre.9
@@ -102,3 +102,3 @@ @module {Object} can-type | ||
class Person extends ObservableObject { | ||
static define = { | ||
static props = { | ||
first: type.check(String), // type checking is the default behavior | ||
@@ -133,3 +133,3 @@ last: type.maybe(String), | ||
class Progress extends StacheElement { | ||
static define = { | ||
static props = { | ||
value: { | ||
@@ -136,0 +136,0 @@ type: type.check(Number), |
{ | ||
"name": "can-type", | ||
"version": "1.0.0-pre.8", | ||
"version": "1.0.0-pre.9", | ||
"description": "Type definitions", | ||
@@ -5,0 +5,0 @@ "homepage": "https://canjs.com/doc/can-type.html", |
45140