Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "Tuple/Pick"

Index

Type aliases

Type aliases

Pick

Pick<T, K>: TupleOf<OPick<ObjectOf<T>, K>>

Extract out of T the entries of key K

Type parameters

  • T: Tuple

    to extract from

  • K: Index

    to chose entries

returns

any[]

example

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