UNPKG

@azure/web-pubsub

Version:
8 lines 297 B
import { AzureKeyCredential } from "@azure/core-auth"; interface ParsedConnectionString { credential: AzureKeyCredential; endpoint: string; } export declare function parseConnectionString(conn: string): ParsedConnectionString; export {}; //# sourceMappingURL=parseConnectionString.d.ts.map