JSDOC à 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
*/
SunflowerToad