UNPKG

@neardefi/shade-agent-js

Version:

This library is intended to be used in conjunction with the [shade agent template](https://github.com/NearDeFi/shade-agent-template/).

6 lines (3 loc) 129 B
import { Provider } from '@near-js/providers'; declare function getProvider(providers: any): Provider; export { getProvider };