What’s the meaning of `T extends readonly unknown[] | []` in TypeScript’s function signature of `Promise.all`?
I noticed an interesting (possibly hacking) part in TypeScript’s lib.d.ts
:
I noticed an interesting (possibly hacking) part in TypeScript’s lib.d.ts
: