beartrack-mobile/www/js/gpx-parse/index.js

2 lines
105 B
JavaScript
Raw Permalink Normal View History

2024-06-16 12:12:20 +00:00
module.exports = process.env.GPXPARSE_COV ? require('./lib-cov/gpx-parse') : require('./lib/gpx-parse');