@types/react-is
Advanced tools
Comparing version 17.0.2 to 17.0.3
@@ -19,7 +19,7 @@ // Type definitions for react-is 17.0 | ||
ReactElement, | ||
ReactType | ||
ElementType | ||
} from "react"; | ||
export function typeOf(value: any): symbol | undefined; | ||
export function isValidElementType(value: any): value is ReactType; | ||
export function isValidElementType(value: any): value is ElementType; | ||
export function isAsyncMode(value: any): value is ReactElement; | ||
@@ -26,0 +26,0 @@ export function isContextConsumer(value: any): value is ReactElement; |
{ | ||
"name": "@types/react-is", | ||
"version": "17.0.2", | ||
"version": "17.0.3", | ||
"description": "TypeScript definitions for react-is", | ||
@@ -35,4 +35,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-is", | ||
}, | ||
"typesPublisherContentHash": "4419969fb0c125785d3f4a972788a9ecd56f32f2d59664094b304f9f086fe01c", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "c01a7973dd3e5ca6e347feb8c2b6e15655980fb8dc18959f97505bd7305a51da", | ||
"typeScriptVersion": "3.7" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 13 Jul 2021 21:01:22 GMT | ||
* Last updated: Thu, 21 Oct 2021 23:01:39 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -14,0 +14,0 @@ * Global values: `ReactIs` |
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
6067