@types/react-is
Advanced tools
Comparing version 16.5.0 to 16.7.0
@@ -1,5 +0,6 @@ | ||
// Type definitions for react-is 16.5 | ||
// Type definitions for react-is 16.7 | ||
// Project: https://reactjs.org/ | ||
// Definitions by: Avi Vahl <https://github.com/AviVahl> | ||
// Christian Chown <https://github.com/christianchown> | ||
// Sebastian Silbermann <https://github.com/eps1lon> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -10,3 +11,8 @@ // TypeScript Version: 2.8 | ||
import { ReactElement, ReactType } from 'react'; | ||
import { | ||
LazyExoticComponent, | ||
MemoExoticComponent, | ||
ReactElement, | ||
ReactType | ||
} from "react"; | ||
@@ -21,14 +27,20 @@ export function typeOf(value: any): symbol | undefined; | ||
export function isFragment(value: any): value is ReactElement<any>; | ||
export function isLazy(value: any): value is LazyExoticComponent<any>; | ||
export function isMemo(value: any): value is MemoExoticComponent<any>; | ||
export function isProfiler(value: any): value is ReactElement<any>; | ||
export function isPortal(value: any): value is ReactElement<any>; | ||
export function isStrictMode(value: any): value is ReactElement<any>; | ||
export function isSuspense(value: any): value is ReactElement<any>; | ||
export const AsyncMode: symbol; | ||
export const ContextConsumer: symbol; | ||
export const ContextProvider: symbol; | ||
export const ContextConsumer: symbol; | ||
export const Element: symbol; | ||
export const ForwardRef: symbol; | ||
export const Fragment: symbol; | ||
export const Lazy: symbol; | ||
export const Memo: symbol; | ||
export const Portal: symbol; | ||
export const Profiler: symbol; | ||
export const StrictMode: symbol; | ||
export const Suspense: symbol; |
{ | ||
"name": "@types/react-is", | ||
"version": "16.5.0", | ||
"version": "16.7.0", | ||
"description": "TypeScript definitions for react-is", | ||
@@ -16,5 +16,11 @@ "license": "MIT", | ||
"githubUsername": "christianchown" | ||
}, | ||
{ | ||
"name": "Sebastian Silbermann", | ||
"url": "https://github.com/eps1lon", | ||
"githubUsername": "eps1lon" | ||
} | ||
], | ||
"main": "", | ||
"types": "index", | ||
"repository": { | ||
@@ -28,4 +34,4 @@ "type": "git", | ||
}, | ||
"typesPublisherContentHash": "48e79cdcd943c8108f70395e9c39d1e0aa3dcbd06412ef12d5cd1a23c3dd0cca", | ||
"typesPublisherContentHash": "e7e17a624ad16387e6e2e77045b97f60f334adce5d132680aea277d63c37788d", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,7 +11,7 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 24 Sep 2018 22:50:27 GMT | ||
* Dependencies: react | ||
* Last updated: Tue, 15 Jan 2019 23:18:14 GMT | ||
* Dependencies: @types/react | ||
* Global values: ReactIs | ||
# Credits | ||
These definitions were written by Avi Vahl <https://github.com/AviVahl>, Christian Chown <https://github.com/christianchown>. | ||
These definitions were written by Avi Vahl <https://github.com/AviVahl>, Christian Chown <https://github.com/christianchown>, Sebastian Silbermann <https://github.com/eps1lon>. |
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
4595
40