Comparing version 0.1.0 to 0.1.1
/** | ||
* Copied from https://github.com/gcanti/flowcheck/blob/d442fd50ae46df620e1391d57b574eda73384626/src/assert.js | ||
* Types were changed to superfn comment style | ||
* Types were commented out for syntax compatibility with ES6 | ||
* Code formatting was tweaked | ||
* `validate` was exported | ||
*/ | ||
@@ -5,0 +7,0 @@ |
{ | ||
"name": "notmytype", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Type-check your function inputs with syntax like T(s, T.string, buf, Buffer, strings, T.list(T.string))", | ||
@@ -11,2 +11,3 @@ "homepage": "https://github.com/ludios/notmytype", | ||
"type-checking", | ||
"assert", | ||
"validate", | ||
@@ -13,0 +14,0 @@ "validation" |
Sorry, the diff of this file is not supported yet
24107
739