Skip to content

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

Type alias: Omit<T, K>

Omit<T, K>: Pick<T, Exclude<keyof T, K>>

Construct a type with the properties of T except for those in type K.

Type parameters

T

K extends keyof any

Source

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

Released under the MIT License.