rem’s avatarrem’s Twitter Archive—№ 74,484

  1. Anyone know how to document a structured array with jsdoc? i.e. [1, 10, "foo", true] // @\property {Array<[ Value: number, Max: number, Label: string, Active: true ]>} (👆not the right/real syntax)