UNPKG
dsgg-qjs-db
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
A lightweight local NoSQL database
dsgg-qjs-db
/
helpers
/
plugins.js
10 lines
•
264 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
function
prettify
(
) {
Object
.
defineProperty
(
Object
.
prototype
,
'prettify'
, {
value
:
function
(
) {
return
JSON
.
stringify
(
this
,
null
,
2
); },
writable
:
true
,
configurable
:
true
,
enumerable
:
false
}); }