UNPKG
@aspnet/signalr
Version:
latest (1.0.27)
next (3.0.0-preview6.19307.2)
3.0.0-preview6.19307.2
3.0.0-preview5-19227-01
3.0.0-preview4-19216-03
3.0.0-preview3-19153-02
3.0.0-preview-19075-0444
3.0.0-preview-18579-0056
1.1.4
1.1.2
1.1.0
1.1.0-preview3-35497
1.1.0-preview2-35157
1.1.0-preview1-35029
1.0.27
1.0.26
1.0.4
1.0.3
1.0.2
1.0.0
1.0.0-rc1-update1
1.0.0-rc1-final
1.0.0-preview2-final
1.0.0-preview1-update1
1.0.0-preview1-final
ASP.NET Core SignalR Client
github.com/aspnet/SignalR
aspnet/SignalR
@aspnet/signalr
/
dist
/
esm
/
TextMessageFormat.d.ts
8 lines
(7 loc)
•
227 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/**
@private
*/
export
declare
class
TextMessageFormat
{
static
RecordSeparatorCode: number;
static
RecordSeparator:
string
;
static
write
(
output
:
string
):
string
;
static
parse
(
input
:
string
):
string
[]; }