Skip to content

Latest commit

 

History

History

Partial

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Partial

A helper for partial Function Type application.

Usage

import type {Partial, _IsCompat, _PathOr} from 'flown'

type _IsCompat2 = Partial<_IsCompat, 2>

;(true: $Call<_IsCompat2, 2>)
;(false: $Call<_IsCompat2, 3>)