Skip to content

Latest commit

 

History

History

Union

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Union

A helper to get Union from Tuple.

Usage

import type { _Union } from 'flown'

declare var x: $Call<_Union, [string, number, boolean]>

;(x: string | number | boolean)