Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "Object/Pick"

Index

Type aliases

Type aliases

Pick

Pick<O, K>: Pick<O, K>

Extract out of O the fields of key K

Type parameters

  • O: object

    to extract from

  • K: Index

    to chose fields

returns

object

example

_Pick

_Pick<O, K>: object

Type parameters

  • O: object
  • K: keyof O

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