Options
All
  • Public
  • Public/Protected
  • All
Menu

Type aliases

Type aliases

UnNest

UnNest<L, strict>: L extends unknown ? _UnNest<L, strict> : never

Remove a dimension of L

Type parameters

  • L: List

    to un-nest

  • strict: Boolean

    (?=1) 0 to not preserve tuples

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.