UNPKG

@mapbox/mapbox-gl-style-spec

Version:

a specification for mapbox gl styles

6 lines (5 loc) 220 B
export type UnionToIntersection<U> = // eslint-disable-next-line @typescript-eslint/no-explicit-any (U extends any ? (k: U) => void : never) extends (k: infer I) => void ? {[K in keyof I]: I[K]} : never;