Sign in
apache
/
pouchdb
/
refs/heads/whos-using
/
.
/
lib
/
plugins
/
config-localstorage-down.js
blob: c56f6d59df0f92bb39963985b28a183d8cb71349 [
file
]
'use strict'
;
module
.
exports
=
{
name
:
'localstorage'
,
require
:
'localstorage-down'
,
valid
:
function
()
{
return
typeof
localStorage
!==
'undefined'
;
},
use_prefix
:
true
};