UNPKG

rambdax

Version:

Extended version of Rambda - a lightweight, faster alternative to Ramda

13 lines (11 loc) 185 B
import {List} from './List' /** Transform a [[List]] into an [[Union]] @param L to transform @returns [[Any]] @example ```ts ``` */ export type UnionOf<L extends List> = L[number]