### Package to replace `typedarray` ### Suggested replacement(s) [`TypedArray`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray) ### Manifest type native (replaceable by a built-in platform feature) ### Rationale Has a native replacement ### Availability ES6, available in all browsers and engines ### Code example (optional) ```js ```
Package to replace
typedarraySuggested replacement(s)
TypedArrayManifest type
native (replaceable by a built-in platform feature)
Rationale
Has a native replacement
Availability
ES6, available in all browsers and engines
Code example (optional)