DefinitelyTyped/analytics-node
Michael Scharf 1674dea52b analytics-node export Analytics class as described in the docs (#12707)
This fixes #12706.

According to the [documentation](https://segment.com/docs/sources/server/node/), an instance is supposed to be created like this:

```js
var Analytics = require('analytics-node');
var analytics = new Analytics('YOUR_WRITE_KEY');
```
2016-11-15 18:24:55 -08:00
..
analytics-node-tests.ts analytics-node export Analytics class as described in the docs (#12707) 2016-11-15 18:24:55 -08:00
index.d.ts analytics-node export Analytics class as described in the docs (#12707) 2016-11-15 18:24:55 -08:00
tsconfig.json Fix tsconfig files for new option name / behavior. 2016-07-12 13:54:56 -07:00