Rasmus Fisker Bang

Results 3 comments of Rasmus Fisker Bang

An example is the `keyof` keyword in typescript. Could you see ty inferring keys doing something like this `Literal[*example_dict]`

Another example could be something like Partial. Could generic utility types like those exist?

> Thanks. For reference, TypeScript supports many [type mapping operators](https://www.typescriptlang.org/docs/handbook/2/types-from-types.html) that allow creating new types by mapping over existing types (similar to `map` but instead of mapping a value, mapping...