federation/gateway/node_modules/apollo-env/lib/polyfills/array.d.ts
2020-11-14 16:43:58 +01:00

9 lines
No EOL
261 B
TypeScript

/// <reference lib="esnext.array" />
import "core-js/features/array/flat";
import "core-js/features/array/flat-map";
declare global {
interface Array<T> {
flat<U>(this: ReadonlyArray<U>[], depth?: 1): U[];
}
}
//# sourceMappingURL=array.d.ts.map