Options
All
  • Public
  • Public/Protected
  • All
Menu

Type aliases

Type aliases

Replace

Replace<O, M, A, match>: O extends unknown ? _Replace<O, M, A, match> : never

Update with A the fields of O that match M

Type parameters

  • O: object

    to update

  • M: any

    to select fields

  • A: any

    to update with

  • match: Match

    (?='default') to change precision

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.