UNPKG
@obstinado/gpx-builder
Version:
latest (4.1.0)
4.1.0
Builder of GPX files
github.com/fabulator/gpx-builder
fabulator/gpx-builder
@obstinado/gpx-builder
/
src
/
creators
/
CreatorInterface.ts
6 lines
(4 loc)
•
122 B
text/typescript
View Raw
1
2
3
4
5
6
import
{
GPXBuildData
}
from
'../types'
;
export
interface
CreatorInterface
{
toString
(
data
:
GPXBuildData
):
string
; }