© 2026 Hedgehog Software, LLC
const foo = new Set([1,2,3])
const bar = [...foo.keys()] as const
number[]
1 | 2 | 3