Options
All
  • Public
  • Public/Protected
  • All
Menu

Type aliases

Type aliases

Drop

Drop<L, N, way>: L extends unknown ? N extends unknown ? _Drop<L, N, way> : never : never

Remove N entries out of L

Type parameters

  • L: List

    to remove from

  • N: number

    to remove out

  • way: Way

    (?='->') from front: '->', 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.