@types/react-relay
Advanced tools
Comparing version 1.3.4 to 1.3.5
@@ -0,0 +0,0 @@ import * as React from "react"; |
@@ -0,0 +0,0 @@ export { QueryRenderer, fetchQuery, graphql } from "./index"; |
@@ -27,5 +27,3 @@ // Type definitions for react-relay 1.3 | ||
// tslint:disable-next-line:strict-export-declare-modifiers | ||
type Diff<T extends string, U extends string> = ({ [P in T]: P } & { [P in U]: never } & { [x: string]: never })[T]; | ||
// tslint:disable-next-line:strict-export-declare-modifiers | ||
type Omit<T, K extends keyof T> = Pick<T, Diff<keyof T, K>>; | ||
type Omit<T, K extends keyof T> = Pick<T, ({ [P in keyof T]: P } & { [P in K]: never } & { [x: string]: never, [x: number]: never })[keyof T]>; | ||
@@ -32,0 +30,0 @@ export type RemoveRelayProp<P> = Omit<P & { relay: never }, "relay">; |
{ | ||
"name": "@types/react-relay", | ||
"version": "1.3.4", | ||
"version": "1.3.5", | ||
"description": "TypeScript definitions for react-relay", | ||
@@ -38,4 +38,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "91da20ab30e6decc7e226ed103b5b69e71a68e2fdfca2449a7e1157250d6cc24", | ||
"typesPublisherContentHash": "e8a997f8bf5516931f78881e8ddda32b95e50e98c6b40fe27b9b274f5049850a", | ||
"typeScriptVersion": "2.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 12 Feb 2018 20:56:58 GMT | ||
* Last updated: Wed, 25 Apr 2018 03:57:54 GMT | ||
* Dependencies: relay-runtime, react | ||
@@ -14,0 +14,0 @@ * Global values: none |
Sorry, the diff of this file is not supported yet
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
19925
423