Options
All
  • Public
  • Public/Protected
  • All
Menu

Type aliases

Type aliases

Tail

Tail<L>: L extends readonly [] ? L : L extends readonly [any?, ...infer LTail] ? LTail : L

Remove the first item out of a List

Type parameters

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.