© 2026 Hedgehog Software, LLC
export enum Options { 'bool' = 'Boolean', 'num' = 'Number' 'str' = 'String' }
['bool', 'num', 'str'].map(i => console.log(Options.i))