Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "object/Spread"

Index

Type aliases

Type aliases

Spread

Spread: Pick<L, Exclude<keyof L, keyof R>> & Pick<R, Exclude<keyof R, OptionalPropNames<R>>> & Pick<R, Exclude<OptionalPropNames<R>, keyof L>> & SpreadProps<L, R, OptionalPropNames<R> & keyof L>

Type of { ...L, ...R } / Object.assign(L, R).

Generated using TypeDoc