Options
All
  • Public
  • Public/Protected
  • All
Menu

Type aliases

Type aliases

Extract

Extract<L, From, To>: Pick<L, KeySet<From, To>>

Pick a range of entries (portion) from L

Type parameters

  • L: List

    to pick from

  • From: number

    to start with

  • To: number

    to end with

returns

List

example


  • Inherited
  • Protected
  • Private
  • Static
  • Module
  • Object
  • Property
  • Function
  • Variable
  • Index
  • Type
  • Class
  • Interface
  • Enum
  • Constructor
  • Getter/Setter
Made with ❤️ by pirix-gh. Documentation generated by TypeDoc.