1.0.1 • Published 7 years ago

typedarray-methods v1.0.1

Weekly downloads
219
License
MIT
Repository
github
Last release
7 years ago

typedarray-methods

Polyfill to make sure that TypedArrays have complete methods (hello safari), like fill, slice, map, reverse etc.

Usage

npm install typedarray-methods

require('typedarray-methods');

//... write the code as if nothing happened

See also