The easiest way to define an enum would be to use Object.freeze() in combination with a plain object. This will ensure that the enum object ...
確定! 回上一頁