We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
/** * doc for `a`,`b`, and `c` here: */ function foo({ a, b, c }:{ a: string, b: number, c: string }){ }