UNPKG

gpx-builder

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