Options
All
  • Public
  • Public/Protected
  • All
Menu

Type aliases

Type aliases

Take

Take<L, N, way>: L extends unknown ? N extends unknown ? _Take<L, N, way> : never : never

Extract N entries out of L

Type parameters

  • L: List

    to extract from

  • N: number

    to extract out

  • way: Way

    (?='->') to extract from end

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.