Francesco Bonomi

Results 3 comments of Francesco Bonomi

I think the main use case for this is when the options values are coming from an enum ([without an initializer](https://www.typescriptlang.org/docs/handbook/enums.html#numeric-enums)): ```typescript enum Direction { Up, // === 0 Down,...

@NetanelBasal Looking forward to know your thoughts. Took it a step further and since configs to change the default behavior are a few now, I thought it would be good...