Sign in
apache
/
pouchdb
/
refs/heads/custom-build
/
.
/
custom
/
mapreduce.js
blob: a2d2b3c67c52df3bf5bcce4b07996985bee1dcaa [
file
] [
log
] [
blame
]
'use strict'
;
var
PouchDB
=
require
(
'./pouchdb'
);
PouchDB
.
plugin
(
require
(
'../lib/mapreduce'
));