Is it possible to use an enum for the JSDoc @param type declaration like in the following example?/** * @enum { Number } */var TYPES = { TYPE_A: 1, ...
確定! 回上一頁