/var/www/qr4y.com/server/delivery/node_modules/protobufjs/cli/lib/tsd-jsdoc
NameSizeModeActions
LICENSE10710644editdlrm
plugin.js5410644editdlrm
publish.js203650644editdlrm
README.md9230644editdlrm
Edit: /var/www/qr4y.com/server/delivery/node_modules/protobufjs/cli/lib/tsd-jsdoc/plugin.js (541B)
"use strict"; exports.defineTags = function(dictionary) { dictionary.defineTag("template", { mustHaveValue: true, canHaveType: false, canHaveName: false, onTagged: function(doclet, tag) { (doclet.templates || (doclet.templates = [])).push(tag.text); } }); dictionary.defineTag("tstype", { mustHaveValue: true, canHaveType: false, canHaveName: false, onTagged: function(doclet, tag) { doclet.tsType = tag.text; } }); };