"use strict"; exports.unsafeStringify = function (x) { return JSON.stringify(x); }