EG/Cesium-1.132/node_modules/tsd-jsdoc/dist/plugin.js
2025-08-25 17:48:13 +08:00

13 lines
362 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
function defineTags(dictionary) {
dictionary.defineTag("template", {
onTagged: function (doclet, tag) {
doclet.tags = doclet.tags || [];
doclet.tags.push(tag);
}
});
}
exports.defineTags = defineTags;
;
//# sourceMappingURL=plugin.js.map