mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Fixed two TypeScript errors when noImplicitAny is set to true:
.../typings/globals/pouchdb/pouch/index.d.ts(178,14): error TS7006: Parameter 'any' implicitly has an 'any' type.
.../typings/globals/pouchdb/pouch/index.d.ts(229,18): error TS7010: 'emit', which lacks return-type annotation, implicitly has an 'any' return type.
|
||
|---|---|---|
| .. | ||
| pouch-tests.ts | ||
| pouch-tests.ts.tscparams | ||
| pouch.d.ts | ||
| pouch.d.ts.tscparams | ||