Détail du package

typedarray-methods

dfcreative1.3kMIT1.0.1

Tiny polyfill for TypedArray methods

typedarray, safari, float32array, float32array

readme

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