Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "type/Flatten"

Index

Type aliases

Type aliases

Flatten

Flatten: { '1': any[(T extends U[] ? U : T) extends number ? "1" : "1"]; }[T extends number ? "1" : "1"]

Flatten a structure of nested tuples/arrays into a flat element type.

Generated using TypeDoc