mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
feat: TypeScript 5.8 (#29041)
* https://github.com/denoland/TypeScript/pull/18 Closes https://github.com/denoland/deno/issues/28711
This commit is contained in:
parent
6f4472c5dc
commit
1c6a2445c3
16 changed files with 2770 additions and 937 deletions
2
cli/tsc/dts/lib.esnext.iterator.d.ts
vendored
2
cli/tsc/dts/lib.esnext.iterator.d.ts
vendored
|
@ -101,7 +101,7 @@ declare global {
|
|||
|
||||
/**
|
||||
* Performs the specified action for each element in the iterator.
|
||||
* @param callbackfn A function that accepts up to two arguments. forEach calls the callbackfn function one time for each element in the iterator.
|
||||
* @param callbackfn A function that accepts up to two arguments. forEach calls the callbackfn function one time for each element in the iterator.
|
||||
*/
|
||||
forEach(callbackfn: (value: T, index: number) => void): void;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue