Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 238 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 238 Bytes

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>)