UNPKG

tsd-jsdoc

Version:

Compiles JSDoc annotated javascript into a Typescript Declaration File (.d.ts).

13 lines 374 B
"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