UNPKG

gpx-builder

Version:
6 lines (4 loc) 120 B
import { GPXBuildData } from '../types'; export interface CreatorInterface { toString(data: GPXBuildData): string; }