uniswap-interface-uncensored/src/polyfills.ts
Zach Pomerantz c68d08ac26
fix: shim array-flat (#2346)
* chore: remove @types/lodash.flatmap

* fix: shim array-flat
2021-09-15 11:03:12 -07:00

7 lines
151 B
TypeScript

import 'polyfill-object.fromentries'
import flat from 'array.prototype.flat'
import flatMap from 'array.prototype.flatmap'
flat.shim()
flatMap.shim()