UNPKG

short-jsdoc

Version:

short and simple jsdoc Object Oriented syntax format and implementation

7 lines (6 loc) 279 B
// @module interfacing1 // @interface IBase this is a base interface @method base1 @param {Array<Number>} foo @return {Number} lorem ipsum // @interface IProbe @extends IBase // @method test @param {ProbeConfig} config @return {Promise} // @class Concrete // @implements IProbe