Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

jsdoc to typescript

/**
 * @name add
 * @description adds two numbers together and returns the result
 * @param {number} x - the first number to add
 * @param {number} y - the second number to add
 * @returns {number} the sum of x and y
 */
 
PREVIOUS NEXT
Tagged: #jsdoc #typescript
ADD COMMENT
Topic
Name
5+4 =