uniswap-interface-uncensored/src/polyfills.ts

7 lines
151 B
TypeScript
Raw Normal View History

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