expect-more
Advanced tools
Comparing version 0.5.1 to 0.5.2
@@ -6,2 +6,11 @@ # Change Log | ||
<a name="0.5.2"></a> | ||
## [0.5.2](https://github.com/JamieMason/expect-more/compare/expect-more@0.5.1...expect-more@0.5.2) (2018-08-26) | ||
**Note:** Version bump only for package expect-more | ||
<a name="0.5.1"></a> | ||
@@ -8,0 +17,0 @@ ## [0.5.1](https://github.com/JamieMason/expect-more/compare/expect-more@0.5.0...expect-more@0.5.1) (2018-08-25) |
@@ -42,5 +42,5 @@ import { ICurry2Args, ICurry3Args, VoidFn } from './typings'; | ||
export declare const isNonEmptyString: (value: any) => boolean; | ||
export declare const isSameLengthAs: ICurry2Args<string, any, boolean>; | ||
export declare const isShorterThan: ICurry2Args<string, any, boolean>; | ||
export declare const isLongerThan: ICurry2Args<string, any, boolean>; | ||
export declare const isSameLengthAs: ICurry2Args<string | any[], any, boolean>; | ||
export declare const isShorterThan: ICurry2Args<string | any[], any, boolean>; | ||
export declare const isLongerThan: ICurry2Args<string | any[], any, boolean>; | ||
export declare const hasMember: ICurry2Args<string, any, boolean>; | ||
@@ -47,0 +47,0 @@ export declare const isIso8601: (value: any) => boolean; |
{ | ||
"name": "expect-more", | ||
"description": "Curried JavaScript Type Testing Library with Zero Dependencies", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"author": "Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/JamieMason/expect-more/issues", |
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
17703