UNPKG

@celo/connect

Version:

Light Toolkit for connecting with the Celo network

6 lines (5 loc) 226 B
import { Provider } from '../types'; /** @internal */ export declare function hasProperty<T>(object: any, property: string): object is T; /** @internal */ export declare function stopProvider(defaultProvider: Provider): void;