{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA,sDAAsD;AACtD,+GAA+G;;AAE/G,6DAA6D;AAC7D,yCAAyC;AAC5B,QAAA,OAAO,GAAW,iBAAiB,CAAC;AAIjD,mCAAmD;AAA1C,6BAAA,SAAS,CAAA;AAAE,gCAAA,YAAY,CAAA;AAChC,2CAAwF;AAA/E,yCAAA,iBAAiB,CAAA;AAAE,kCAAA,UAAU,CAAA;AAAe,oCAAA,YAAY,CAAA;AAEjE,iDAAgD;AAAvC,wCAAA,aAAa,CAAA;AACtB,+DAA8D;AAArD,sDAAA,oBAAoB,CAAA;AAC7B,+CAAmQ;AAA1P,qCAAA,WAAW,CAAA;AACpB,qCAA8C;AAA5B,6BAAA,QAAQ,CAAA;AAC1B,2CAA6E;AAApE,yCAAA,iBAAiB,CAAA;AAAE,sCAAA,cAAc,CAAA;AAE1C,qCAAuC;AAA9B,+BAAA,UAAU,CAAA;AACnB,qDAAoD;AAA3C,4CAAA,eAAe,CAAA","sourcesContent":["// Copyright (c) .NET Foundation. All rights reserved.\r\n// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.\r\n\r\n// Version token that will be replaced by the prepack command\r\n/** The version of the SignalR client. */\r\nexport const VERSION: string = \"0.0.0-DEV_BUILD\";\r\n\r\n// Everything that users need to access must be exported here. Including interfaces.\r\nexport { AbortSignal } from \"./AbortController\";\r\nexport { HttpError, TimeoutError } from \"./Errors\";\r\nexport { DefaultHttpClient, HttpClient, HttpRequest, HttpResponse } from \"./HttpClient\";\r\nexport { IHttpConnectionOptions } from \"./IHttpConnectionOptions\";\r\nexport { HubConnection } from \"./HubConnection\";\r\nexport { HubConnectionBuilder } from \"./HubConnectionBuilder\";\r\nexport { MessageType, MessageHeaders, HubMessage, HubMessageBase, HubInvocationMessage, InvocationMessage, StreamInvocationMessage, StreamItemMessage, CompletionMessage, PingMessage, CloseMessage, CancelInvocationMessage, IHubProtocol } from \"./IHubProtocol\";\r\nexport { ILogger, LogLevel } from \"./ILogger\";\r\nexport { HttpTransportType, TransferFormat, ITransport } from \"./ITransport\";\r\nexport { IStreamSubscriber, IStreamResult, ISubscription } from \"./Stream\";\r\nexport { NullLogger } from \"./Loggers\";\r\nexport { JsonHubProtocol } from \"./JsonHubProtocol\";\r\n"]}