Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "Object/P/Pick"

Index

Type aliases

Type aliases

Pick

Pick<O, Path>: _Pick<O, Path>

Extract out of O the fields at Path (⚠️ this type is expensive)

Type parameters

  • O: object

    to extract from

  • Path: PPath

    to be followed

returns

object

example

_Pick

_Pick<O, Path, I>: _Pick<O, Path, I>

Type parameters

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