Roughing out the demo app
This commit is contained in:
7
node_modules/lowdb/lib/nano.js
generated
vendored
Normal file
7
node_modules/lowdb/lib/nano.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
'use strict';
|
||||
|
||||
var common = require('./common');
|
||||
|
||||
module.exports = function (adapter) {
|
||||
return common.init({}, '__state__', adapter);
|
||||
};
|
||||
Reference in New Issue
Block a user