Skip to content

fx-flow v0.7.0 / pipe/lazy / Extract

Type alias: Extract<T, U>

Extract<T, U>: T extends U ? T : never

Extract from T those types that are assignable to U

Type parameters

T

U

Source

node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es5.d.ts:1618

Released under the MIT License.