@suspensive/utils
Advanced tools
Comparing version 2.13.1 to 2.14.0
{ | ||
"name": "@suspensive/utils", | ||
"version": "2.13.1", | ||
"version": "2.14.0", | ||
"description": "Useful interfaces for React Suspense", | ||
@@ -44,4 +44,4 @@ "keywords": [ | ||
"@suspensive/eslint-config": "0.0.0", | ||
"@suspensive/tsconfig": "0.0.0-development", | ||
"@suspensive/tsup": "0.0.0" | ||
"@suspensive/tsup": "0.0.0", | ||
"@suspensive/tsconfig": "0.0.0-development" | ||
}, | ||
@@ -48,0 +48,0 @@ "peerDependencies": { |
@@ -29,3 +29,3 @@ import type { OmitKeyof } from './OmitKeyof' | ||
> | ||
>().toEqualTypeOf<ExpectedType> | ||
>().toEqualTypeOf<ExpectedType>() | ||
expectTypeOf< | ||
@@ -40,3 +40,3 @@ OmitKeyof< | ||
> | ||
>().toEqualTypeOf<ExpectedType> | ||
>().toEqualTypeOf<ExpectedType>() | ||
@@ -51,3 +51,3 @@ // 2. safely | ||
> | ||
>().toEqualTypeOf<ExpectedType> | ||
>().toEqualTypeOf<ExpectedType>() | ||
expectTypeOf< | ||
@@ -60,3 +60,3 @@ OmitKeyof< | ||
> | ||
>().toEqualTypeOf<ExpectedType> | ||
>().toEqualTypeOf<ExpectedType>() | ||
}) | ||
@@ -89,3 +89,3 @@ | ||
> | ||
>().toEqualTypeOf<ExpectedType> | ||
>().toEqualTypeOf<ExpectedType>() | ||
expectTypeOf< | ||
@@ -100,3 +100,3 @@ OmitKeyof< | ||
> | ||
>().toEqualTypeOf<ExpectedType> | ||
>().toEqualTypeOf<ExpectedType>() | ||
@@ -111,3 +111,3 @@ // 2. safely | ||
> | ||
>().toEqualTypeOf<ExpectedType> | ||
>().toEqualTypeOf<ExpectedType>() | ||
expectTypeOf< | ||
@@ -120,3 +120,3 @@ OmitKeyof< | ||
> | ||
>().toEqualTypeOf<ExpectedType> | ||
>().toEqualTypeOf<ExpectedType>() | ||
}) | ||
@@ -153,3 +153,3 @@ | ||
> | ||
>().toEqualTypeOf<ExpectedType> | ||
>().toEqualTypeOf<ExpectedType>() | ||
expectTypeOf< | ||
@@ -164,3 +164,3 @@ OmitKeyof< | ||
> | ||
>().toEqualTypeOf<ExpectedType> | ||
>().toEqualTypeOf<ExpectedType>() | ||
@@ -175,3 +175,3 @@ // 2. safely | ||
> | ||
>().toEqualTypeOf<ExpectedType> | ||
>().toEqualTypeOf<ExpectedType>() | ||
expectTypeOf< | ||
@@ -184,4 +184,4 @@ OmitKeyof< | ||
> | ||
>().toEqualTypeOf<ExpectedType> | ||
>().toEqualTypeOf<ExpectedType>() | ||
}) | ||
}) |
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
58761