Options
All
  • Public
  • Public/Protected
  • All
Menu

Type aliases

Type aliases

Flatten

Flatten<L, strict, limit>: L extends unknown ? _Flatten<L, strict, limit> : never

Remove all dimensions of L (10 max)

Type parameters

  • L: List

    to un-nest

  • strict: Boolean

    (?=1) 0 to not preserve tuples

  • limit: number

    (?=string) to stop un-nesting at

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.