Skip to content

fx-flow v0.7.0 / pipe/strict / Exclude

Type alias: Exclude<T, U>

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

Exclude 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:1613

Released under the MIT License.