UNPKG

@particle-network/connectkit

Version:
5 lines (4 loc) 270 B
import type { Connection, Evaluate } from '@particle-network/connector-core'; import type { Config } from '../createConfig'; export type GetConnectionsReturnType = Evaluate<Connection>[]; export declare function getConnections(config: Config): GetConnectionsReturnType;