UNPKG

@macrix/pct-cmd

Version:

Package provide communication layer to ProconTel web infrastructure

5 lines (4 loc) 142 B
import { IEndpointConnection } from "."; export declare class EndpointConnectionFactory { create(baseUrl: string): IEndpointConnection; }