Port of various Numpy functions to JavaScript
This is a javascript companion library to [msgpack-numpy](https://github.com/lebedov/msgpack-numpy). It allows serialization and deserialization of the same msgpack extension type and format to/from javascript typed arrays.
A TypeScript/JavaScript library for N-dimensional arrays with NumPy-compatible API. Built on top of JavaScript's TypedArrays for optimal performance.