apache / couchdb-nano

Nano: The official Apache CouchDB library for Node.js
https://www.npmjs.com/package/nano
Apache License 2.0
651 stars 165 forks source link

fixed TypeScript definitions for follow functions - fixes issue #194 #206

Closed glynnbird closed 4 years ago

glynnbird commented 4 years ago

Overview

Fixes TypeScript defs for the follow functions. It's not just a plain EventEmitter that's returned.

Testing recommendations

tsc lib/nano.d.ts

GitHub issue number

194

Checklist