Skip to content
This repository was archived by the owner on Mar 11, 2022. It is now read-only.

Commit 6f72cd7

Browse files
committed
Expose BasePlugin type in Cloudant client
1 parent 90880db commit 6f72cd7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cloudant.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ function Cloudant(options, callback) {
6464
var nano = Nano(nanoOptions);
6565

6666
nano.cc = cloudantClient; // expose Cloudant client
67+
nano.basePlugin = require('./plugins/base.js'); // expose base plugin
6768

6869
// ===========================
6970
// Cloudant Database Functions

0 commit comments

Comments
 (0)