Join Nostr
2025-02-10 15:59:26 UTC

Axel Rauschmayer on Nostr: Does anyone know why #TypeScript uses square brackets notation (number[]) when ...

Does anyone know why #TypeScript uses square brackets notation (number[]) when displaying types and not angle brackets notation (Array<number>)?