Skip to content

dreamair/PouchDB-typescript-definitions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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)

About

DefinitelyTyped for PouchDB 3.6.0

Resources

Stars

Watchers

Forks

Packages

No packages published