Sign in
apache
/
pouchdb
/
refs/heads/faster-json-parse
/
.
/
src
/
plugins
/
memory
/
index.js
blob: a19e54098cb3f47ff0b98561164f5b7c54a67dc4 [
file
] [
log
] [
blame
]
import
pluginBase from
'../base'
;
import
adapterConfig from
'./config'
;
import
downAdapter from
'memdown'
;
pluginBase
(
adapterConfig
,
downAdapter
);