Replace Union
@typehero
Last updated 3 months ago
HARD
Given an union of types
and array of type pairs
to replace ([[string, number], [Date, null]]
), return a new union replaced with the type pairs
.
This challenge was ported from Type Challenges and was authored by crutch12
More Challenges
Loading...
Loading...