Sign in
apache
/
pouchdb
/
refs/heads/test-ie-redux
/
.
/
lib
/
plugins
/
config-memdown.js
blob: 8b9c663ecb4de7b76a0dc6db596f6b59555c9762 [
file
] [
log
] [
blame
]
'use strict'
;
module
.
exports
=
{
name
:
'memory'
,
valid
:
function
()
{
return
true
;
},
use_prefix
:
false
};