Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 519 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 519 Bytes

PouchDB-typescript-definitions

New Typings for PouchDB 3.6.0

HOW TO USE:

The file declares following global object:

  • PouchDB - normal access
  • pDB - short form to access

There are also interfaces for all the options / responses of PouchDB. Access via:

  • PouchRes - short form to access: pouchDB.Response;
  • PouchOpt - short form to access: pouchDB.Options;

##DEPENDENCIES:

Promises definitions are based on angular.d.ts (https://github.com/borisyankov/DefinitelyTyped/blob/master/angularjs/angular.d.ts)