agile-ts / agile

🌌 Global State and Logic Library for JavaScript/Typescript applications

Home Page:https://agile-ts.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Optimise method and interface descriptions for the `core` package

bennoinbeta opened this issue Β· comments

commented

πŸ†• Feature Request

Something like that

/**
 *  tagline.
 *
 *  more description.
 *
 *  Learn more: [link to documentation part]
 * 
 * @param {object} x - description.
 * @param {State} y - description.
 * @returns {State} - description.
 *
 */
function myCoolMethod() {
  // xyz
}