UNPKG

ts-pattern

Version:

The exhaustive Pattern Matching library for TypeScript.

3 lines (2 loc) 143 B
import { DistributeMatchingUnions } from './DistributeUnions.cjs'; export type DeepExclude<a, b> = Exclude<DistributeMatchingUnions<a, b>, b>;