UNPKG

shapefile

Version:

An implementation of the shapefile (.shp) spatial data format.

4 lines (3 loc) 108 B
export default function(array) { return new DataView(array.buffer, array.byteOffset, array.byteLength); }