Comparing version 0.1.1 to 0.1.2
@@ -195,3 +195,3 @@ declare module 'testcheck' { | ||
*/ | ||
alwaysShrink: <T>(generator: Generator<T>) => Generator<T>; | ||
shrink: <T>(generator: Generator<T>) => Generator<T>; | ||
@@ -198,0 +198,0 @@ |
{ | ||
"name": "testcheck", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Property testing for JavaScript", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/leebyron/testcheck-js", |
Sorry, the diff of this file is too big to display
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
154225