UNPKG

@otris/jsdoc-tsd

Version:

JSDoc Template for generate typescript definition files from JSDoc comments

7 lines (6 loc) 278 B
/** * Entry-Point of jsdoc. Gets called by the jsdoc-module to generate the docs. * @param {TAFFY} data - The TaffyDB containing the data that jsdoc parsed. * @param {*} opts - Options passed into jsdoc. */ export declare function publish(data: any, opts: any): void;