LearnPath

typescript · beginner · ~15 min

Narrow a union

Export `area(shape: {kind:'circle', r:number} | {kind:'rect', w:number, h:number}): number`. Circles use Math.PI * r * r.

typescript editor · loading…

Output

Run to see output.