An enum is a set of named constants. ... enum.js. export function Enum(baseEnum) {. return new Proxy(baseEnum, {. get(target, name) {.
確定! 回上一頁