Options
All
  • Public
  • Public/Protected
  • All
Menu

Type aliases

Type aliases

Modify

Modify<O, OMod>: { [K in keyof OMod]: Replace<OMod[K], x, Exclude<At<O, K>, undefined>>} & object

Modify O with OMod & the x placeholder

Type parameters

  • O: object

    to copy from

  • OMod: object

    to copy to

returns

Object

example


  • Inherited
  • Protected
  • Private
  • Static
  • Module
  • Object
  • Property
  • Function
  • Variable
  • Index
  • Type
  • Class
  • Interface
  • Enum
  • Constructor
  • Getter/Setter
Made with ❤️ by pirix-gh. Documentation generated by TypeDoc.