odin_js_enum_gen/example/output.js
2026-08-16 01:14:28 +02:00

11 lines
149 B
JavaScript

const Series = Object.freeze({
None: -2,
Hex: -1,
Base64: 0,
P: 1,
Missing_Broken: 2,
Satellits: 3,
Praspis: 4,
Gnocchi: 5,
Runtime: 6,
});