Roughing out the demo app
This commit is contained in:
6
node_modules/lowdb/adapters/_stringify.js
generated
vendored
Normal file
6
node_modules/lowdb/adapters/_stringify.js
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
"use strict";
|
||||
|
||||
// Pretty stringify
|
||||
module.exports = function stringify(obj) {
|
||||
return JSON.stringify(obj, null, 2);
|
||||
};
|
||||
Reference in New Issue
Block a user