タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

JSDocに関するhs_hachiのブックマーク (1)

  • Use JSDoc: @type

    Table of Contents Syntax Overview Examples Related Links Syntax @type {typeName} Overview The @type tag allows you to provide a type expression identifying the type of value that a symbol may contain, or the type of value returned by a function. You can also include type expressions with many other JSDoc tags, such as the @param tag. A type expression can include the JSDoc namepath to a symbol (fo

  • 1