@lukemorales/jest-type-matchers
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -60,4 +60,4 @@ /** | ||
} : T; | ||
declare type Alike<Left, Right> = Equal<MergeInsertions<Left>, Right>; | ||
declare type Unlike<Left, Right> = NotEqual<MergeInsertions<Left>, Right>; | ||
declare type Alike<Left, Right> = Equal<MergeInsertions<Left>, MergeInsertions<Right>>; | ||
declare type Unlike<Left, Right> = NotEqual<MergeInsertions<Left>, MergeInsertions<Right>>; | ||
@@ -64,0 +64,0 @@ declare global { |
{ | ||
"name": "@lukemorales/jest-type-matchers", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"author": "Luke Morales <lukemorales@live.com>", | ||
@@ -5,0 +5,0 @@ "description": "Custom jest matchers to test the state of your types", |
14430