source:
node_modules/ts-toolbelt/out/List/UnionOf.d.ts
Last change on this file was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 211 bytes |
Line | |
---|---|
1 | import { List } from './List'; |
2 | /** |
3 | * Transform a [[List]] into an [[Union]] |
4 | * @param L to transform |
5 | * @returns [[Any]] |
6 | * @example |
7 | * ```ts |
8 | * ``` |
9 | */ |
10 | export declare type UnionOf<L extends List> = L[number]; |
Note:
See TracBrowser
for help on using the repository browser.