mirror of
https://github.com/thewesker/bug-em.git
synced 2025-12-20 12:11:05 -05:00
DMs
This commit is contained in:
10
node_modules/lowdb/json.js
generated
vendored
Normal file
10
node_modules/lowdb/json.js
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
'use strict';
|
||||
|
||||
var jph = require('json-parse-helpfulerror');
|
||||
|
||||
module.exports = {
|
||||
parse: jph.parse,
|
||||
stringify: function stringify(obj) {
|
||||
return JSON.stringify(obj, null, 2);
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user