mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-16 02:24:33 +00:00
* Formatting fixes * Replace `T[]|List<T>` with `List<T>`, since that's a supertype to `T[]`. * Replace `T|T[]` with `Many<T>` for convenience