UNPKG

marko

Version:

UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.

13 lines 281 B
"use strict";var toJSONDescriptor = { configurable: true, enumerable: false, writable: true, value: function emptyInput() { return {}; } }; module.exports = function (input) { if (!input.toJSON) { Object.defineProperty(input, "toJSON", toJSONDescriptor); } };