UNPKG

dsgg-qjs-db

Version:

A lightweight local NoSQL database

10 lines 264 B
export function prettify() { Object.defineProperty(Object.prototype, 'prettify', { value: function () { return JSON.stringify(this, null, 2); }, writable: true, configurable: true, enumerable: false }); }