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