Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "Object/Unionize"

Index

Type aliases

Type aliases

Unionize

Unionize<O, O1, K>: object

Make the fields of O union the ones of O1

Type parameters

  • O: object

    to union from

  • O1: object

    to union with

  • K: Index

    to chose fields (?=keyof O)

returns

object

example

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