UNPKG
@canboat/visual-analyzer
Version:
latest (1.20.0)
1.20.0
1.19.2
1.19.1
1.19.0
1.18.5
1.18.4
1.18.3
1.18.2
1.18.1
1.18.0
1.17.4
1.17.3
1.17.2
1.17.1
1.17.0
1.16.0
1.15.0
1.14.0
1.13.3
1.13.2
1.13.1
1.13.0
1.12.0
1.11.0
1.10.2
1.10.1
1.10.0
1.9.1
1.9.0
1.8.0
1.7.4
1.7.3
1.7.2
1.7.1
1.7.0
1.6.0
1.5.0
1.4.1
1.4.0
1.3.1
1.3.0
1.2.0
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
NMEA 2000 data visualization utility (requires SK Server >= 2.15)
@canboat/visual-analyzer
/
dist
/
streams
/
liner.d.ts
11 lines
•
304 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
=
Liner
;
declare
function
Liner
(
options
:
any
):
void
;
declare
class
Liner
{
constructor
(
options
:
any
);
doPush
:
any
;
lineSeparator
:
any
;
_transform
(
chunk
:
any
,
encoding
:
any
,
done
:
any
):
void
;
_lastLineData
:
any
;
_flush
(
done
:
any
):
void
; }
//# sourceMappingURL=liner.d.ts.map