TypedArray constructors: missing from mapping iterable #45199
Labels
Domain: lib.d.ts
The issue relates to the different libraries shipped with TypeScript
Fix Available
A PR has been opened for this issue
Rescheduled
This issue was previously scheduled to an earlier milestone
Milestone
lib Update Request
Configuration Check
My compilation target is
ESNext
and my lib isthe default
.Missing / Incorrect Definition
Typed array constructors (
Int8Array
,Float32Array
,BigInt64Array
, etc.) are missing an iterable overload that transforms from some non-number
/bigint
type to the desirednumber
/bigint
type.Sample Code
Documentation Link
TypedArray.from() - JavaScript | MDN
The text was updated successfully, but these errors were encountered: