Comparing version 2.1.4 to 2.1.5
{ | ||
"name": "amtrak", | ||
"version": "2.1.4", | ||
"version": "2.1.5", | ||
"description": "A simple and easy way to parse data from Amtrak's train tracking API.", | ||
@@ -5,0 +5,0 @@ "main": "dist/amtrak/amtrak.js", |
@@ -71,3 +71,3 @@ # Amtrak | ||
## JS Example | ||
And of course, as the TS is compliled to JS, you can use that as well. The only real difference between the two is how you (generally) import, so everything lese is the same. The only difference here is that you can import *from* in ts, but you require the whole module is js. | ||
And of course, as the TS is compliled to JS, you can use that as well. The only real difference between the two is how you (generally) import, so everything else is the same. The only difference here is that you can import *from* in ts, but you require the whole module is js. | ||
```js | ||
@@ -74,0 +74,0 @@ const amtrak = require("amtrak"); |