TypeScript compiles regular enum to JavaScript objects. Given the Direction enum above, it will be transpiled to the following JavaScript code:.
確定! 回上一頁