Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "Object/Replace"

Index

Type aliases

Type aliases

Replace

Replace<O, M, A, match>: object

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

    to change precision (?='default')

returns

object

example

Made with ❤️ by pirix-gh. Documentation generated by TypeDoc.