xdashReadme | API


xdash / UnionToIntersection

Type alias: UnionToIntersection<U>

UnionToIntersection<U>: U extends any ? (k) => void : never extends (k) => void ? I : never

Type parameters

U

Source

types.ts:70