Sign in
apache
/
pouchdb
/
refs/heads/custom-build
/
.
/
custom
/
replication.js
blob: 31c1105aa925bf61f523e12881a74cb9cbf159d9 [
file
] [
log
] [
blame
]
'use strict'
;
var
PouchDB
=
require
(
'./pouchdb'
);
PouchDB
.
replicate
=
require
(
'../lib/replicate'
).
replicate
;
PouchDB
.
sync
=
require
(
'../lib/sync'
);