Effect CommunityEC
Effect Communityβ€’3y agoβ€’
33 replies
Kristian Notari

Creating Unique Symbolic References for Unspecified Values

Is there a way to create unique symbol that you can refer to (with a name) without creating actual values for such symbol? I have a file and I'd like to create one for N things I have and would like a way to not define at the "root" level N const values with different names that I need to use typeof later. My guess is that's currently impossible to achieve, but I'm asking here, maybe some ts wizard now a better way πŸ™‚
Was this page helpful?