Typescript (or should we say ES) doesn't allow destructuring of null/undefined objects. It throws TypeError.So, lets say we have something likelet {a,b,c} ...
確定! 回上一頁