Skip to content

Question: tsdoc for function param type #186

Open
@xiaoxiangmoe

Description

@xiaoxiangmoe
/**
 * doc for `a`,`b`, and `c` here:
 */
function foo({
  a,
  b,
  c
}:{
  a: string,
  b: number,
  c: string
}){

}

Metadata

Metadata

Assignees

No one assigned

    Labels

    general discussionNot a bug or enhancement, just a discussion

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions