UNPKG

decentraland-crypto-fetch

Version:

[![Coverage Status](https://coveralls.io/repos/github/decentraland/decentraland-crypto-fetch/badge.svg?branch=main)](https://coveralls.io/github/decentraland/decentraland-crypto-fetch?branch=main)

5 lines (4 loc) 226 B
import globalThis from "core-js-pure/stable/global-this"; declare type Global = typeof globalThis; export declare function getImplementation<R extends keyof Global>(options: Record<string, any>, key: R): Global[R]; export {};