"use strict"; let GetWaypointByName = require('./GetWaypointByName.js') let SaveWaypoints = require('./SaveWaypoints.js') let GetWaypointByIndex = require('./GetWaypointByIndex.js') let GetChargerByName = require('./GetChargerByName.js') let AddNewWaypoint = require('./AddNewWaypoint.js') let GetNumOfWaypoints = require('./GetNumOfWaypoints.js') module.exports = { GetWaypointByName: GetWaypointByName, SaveWaypoints: SaveWaypoints, GetWaypointByIndex: GetWaypointByIndex, GetChargerByName: GetChargerByName, AddNewWaypoint: AddNewWaypoint, GetNumOfWaypoints: GetNumOfWaypoints, };