expect-type
Advanced tools
Comparing version 0.17.0 to 0.17.1
@@ -211,5 +211,2 @@ export declare type Not<T extends boolean> = T extends true ? false : true; | ||
toHaveProperty: <K extends string | number | symbol>(key: K, ...MISMATCH: MismatchArgs<Extends<K, keyof Actual>, false>) => true; | ||
branded: { | ||
toEqualTypeOf: <Expected>(...MISMATCH: MismatchArgs<StrictEqualUsingTSInternalIdenticalToOperator<Actual, Expected>, false>) => true; | ||
}; | ||
} | ||
@@ -216,0 +213,0 @@ export declare type ExpectTypeOf<Actual, Options extends { |
{ | ||
"name": "expect-type", | ||
"version": "0.17.0", | ||
"version": "0.17.1", | ||
"engines": { | ||
@@ -5,0 +5,0 @@ "node": ">=12.0.0" |
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
55003
372