amplitude / Amplitude-Node

Server-side Node.js SDK for Amplitude
MIT License
67 stars 20 forks source link

Stricten the Options type, pass in partial options #22

Closed kelvin-lu closed 4 years ago

kelvin-lu commented 4 years ago

Changing the typing of what the node client takes in as a Partial<Options> type and then adding a DEFAULT_OPTIONS constant.