What's the best way to document an array of arrays of arrays using JSDoc? ... @param {Array<Array<MyTuple>>} z */function y(z) { return 42; } y('4');.
確定! 回上一頁