strip html from description

This commit is contained in:
2023-11-24 14:39:28 -05:00
parent f7c6034fb0
commit 5f6e638903
526 changed files with 4373 additions and 23270 deletions
+11
View File
@@ -0,0 +1,11 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.nullObj = void 0;
function nullObj() {
var x = {};
x.__proto__ = null;
x.prototype = null;
return x;
}
exports.nullObj = nullObj;
//# sourceMappingURL=utils.js.map