cloudant / nodejs-cloudant

Cloudant Node.js client library
Apache License 2.0
255 stars 90 forks source link

Use named import for `request.CoreOptions` type #351

Closed smithsz closed 5 years ago

smithsz commented 5 years ago

Checklist

Description

Use named import for request.CoreOptions type.

Fixes #350.

Schema & API Changes

No change.

Security and Privacy

No change.

Testing

Added new test for importing the typescript types test/typescript/cloudant.ts.

Monitoring and Logging

No change.

smithsz commented 5 years ago

Add test https://github.com/cloudant/nodejs-cloudant/pull/351/commits/72d8e73e70c56de0b968d6aca5fe10b91e542ca9 to ensure declaration files can be imported without error.