Omit properties from a deeply-nested object, supporting recursion into arrays (each removed array item is replaced with unknown at its index).
unknown
Copied from the OmitDeep type in type-fest v5.6 so that this package's public types do not depend on type-fest (see the note in type-checks.ts).
OmitDeep
type-fest
type-checks.ts
@augment-vir/common
Omit properties from a deeply-nested object, supporting recursion into arrays (each removed array item is replaced with
unknownat its index).Copied from the
OmitDeeptype intype-festv5.6 so that this package's public types do not depend ontype-fest(see the note intype-checks.ts).