Skip to content

Commit 600236d

Browse files
committed
fix: modified function names in index
1 parent 355a666 commit 600236d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ export {
33
} from "./connection.js"
44

55
export {
6-
getBaseData,
7-
getVehicleLocations,
8-
getNextStopTimes,
6+
getRoutes,
7+
getMapVehicles,
8+
getStopArrivalTimes,
99
getAnnouncements
1010
} from "./api.js"
1111

0 commit comments

Comments
 (0)