Sign in
apache
/
pouchdb
/
refs/heads/read-as-array-buffer
/
.
/
lib
/
deps
/
upsert.js
blob: 45f306e9147a1607404d608b7df0f86f09011001 [
file
] [
log
] [
blame
]
'use strict'
;
var
upsert
=
require
(
'pouchdb-upsert'
).
upsert
;
module
.
exports
=
function
(
db
,
doc
,
diffFun
,
cb
)
{
return
upsert
.
call
(
db
,
doc
,
diffFun
,
cb
);
};