James
Snippets
Distributive Intersect
Intersect an object with each object in a union, preserving the union types.
TypeScript
Distributive Omit
Omit a property from an object in a union, preserving the union types.
TypeScript
Distributive Override
Override a property in an object in a union, preserving the union types.
TypeScript