UNPKG

arquero-arrow

Version:

Arrow serialization support for Arquero.

4 lines 152 B
export default function(value) { // all typed arrays should share the same method prototype return value && value.map === Int8Array.prototype.map; }