UNPKG
tle
Version:
latest (3.0.1)
3.0.1
3.0.0
2.0.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.1
1.0.0
0.1.1
0.1.0
Two-line element set (TLE) data format parser
codeberg.org/jhermsmeier/node-tle
tle
/
lib
/
stream.d.ts
12 lines
(10 loc)
•
240 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
=
Parser
;
declare
class
Parser
{
static
strip
(
str
:
string
):
string
;
constructor
(
options
?:
Object
);
_lineBuffer
:
string
;
_transform
(
chunk
:
any
,
_
:
any
,
next
:
any
):
any
; }
declare
namespace
Parser
{
const
pattern
:
RegExp
; }