UNPKG

@microsoft/signalr-protocol-msgpack

Version:

MsgPack Protocol support for ASP.NET Core SignalR

7 lines 402 B
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // Version token that will be replaced by the prepack command /** The version of the SignalR Message Pack protocol library. */ export const VERSION = "8.0.7"; export { MessagePackHubProtocol } from "./MessagePackHubProtocol"; //# sourceMappingURL=index.js.map