UNPKG

@mapbox/mapbox-gl-style-spec

Version:

a specification for mapbox gl styles

5 lines (4 loc) 157 B
export type UnionToIntersection<U> = (U extends unknown ? (k: U) => void : never) extends (k: infer I) => void ? {[K in keyof I]: I[K]} : never;