node-ejs-renderer/node_modules/@jsonjoy.com/util/lib/NullObject.js

6 lines
244 B
JavaScript
Raw Normal View History

2024-06-09 13:55:01 -04:00
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.NullObject = void 0;
exports.NullObject = function NullObject() { };
exports.NullObject.prototype = Object.create(null);
//# sourceMappingURL=NullObject.js.map