apollo-env
Advanced tools
Comparing version 0.1.0 to 0.2.0
interface Array<T> { | ||
flat<U>(this: U[][], depth?: 1): U[]; | ||
flat<U>(this: ReadonlyArray<U>[], depth?: 1): U[]; | ||
flatMap<U>( | ||
@@ -4,0 +4,0 @@ callbackfn: (value: T, index: number, array: T[]) => ReadonlyArray<U> | U, |
{ | ||
"name": "apollo-env", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"author": "opensource@apollographql.com", | ||
@@ -25,3 +25,4 @@ "license": "MIT", | ||
"node-fetch": "^2.2.0" | ||
} | ||
}, | ||
"gitHead": "1117838bfcaee5aa4d70e3593d8653b1e360dc88" | ||
} |
interface Array<T> { | ||
flat<U>(this: U[][], depth?: 1): U[]; | ||
flat<U>(this: ReadonlyArray<U>[], depth?: 1): U[]; | ||
flatMap<U>( | ||
@@ -4,0 +4,0 @@ callbackfn: (value: T, index: number, array: T[]) => ReadonlyArray<U> | U, |
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
16031
35