分享个小玩意,在 ts 中实现模式匹配,让if else 类型更加安全

272 阅读1分钟

平时写业务代码经常会碰到写很多 if else 的场景,这个库可以让你的代码类型更加安全。

Before

image.png

After

image.png

gvergnaud/ts-pattern: 🎨 The exhaustive Pattern Matching library for TypeScript, with smart type inference. (github.com)