UNPKG
gpx-builder
Version:
latest (6.0.0)
6.0.0
5.6.0
5.5.0
5.4.0
5.3.0
5.2.1
5.2.0
5.1.1
5.0.0
4.1.0
4.0.3
4.0.2
4.0.1
4.0.0
3.8.0
3.7.8
3.7.7
3.7.6
3.7.5
3.7.4
3.7.3
3.7.2
3.7.1
3.7.0
3.6.47
3.6.46
3.6.45
3.6.44
3.6.43
3.6.42
3.6.41
3.6.40
3.6.39
3.6.38
3.6.37
3.6.36
3.6.35
3.6.34
3.6.33
3.6.32
3.6.31
3.6.30
3.6.29
3.6.28
3.6.27
3.6.26
3.6.25
3.6.24
3.6.23
3.6.22
3.6.21
3.6.20
3.6.19
3.6.18
3.6.17
3.6.16
3.6.15
3.6.14
3.6.13
3.6.12
3.6.11
3.6.10
3.6.9
3.6.8
3.6.7
3.6.6
3.6.5
3.6.4
3.6.3
3.6.2
3.6.1
3.6.0
3.5.0
3.4.0
3.3.0
3.2.0
3.1.0
3.0.0
2.5.0
2.4.0
2.3.0
2.2.1
2.2.0
2.1.0
2.0.1
2.0.0
1.0.1
1.0.0
0.3.0
0.1.0
Builder of GPX files
github.com/fabulator/gpx-builder
fabulator/gpx-builder
gpx-builder
/
src
/
creators
/
CreatorInterface.ts
6 lines
(4 loc)
•
120 B
text/typescript
View Raw
1
2
3
4
5
6
import
{
GPXBuildData
}
from
'../types'
;
export
interface
CreatorInterface
{
toString
(
data
:
GPXBuildData
):
string
; }