UNPKG

gcfixer

Version:

Normalize Geocaching GPX file for Garmin devices

5 lines (4 loc) 206 B
declare module 'clean-html' { function clean(out: string, callback: (html: string) => void): void; function clean(out: string, params: { [key: string]: any }, callback: (html: string) => void): void; }