(data)
| 57862 | }; |
| 57863 | } |
| 57864 | function toDataView(data) { |
| 57865 | if (data instanceof DataView) return data; |
| 57866 | if (ArrayBuffer.isView(data)) return new DataView(data.buffer); |
| 57867 | if (data instanceof ArrayBuffer) return new DataView(data); |
| 57868 | throw new Error("toDataView"); |
| 57869 | } |
| 57870 | |
| 57871 | },{"@parcel/transformer-js/src/esmodule-helpers.js":"jA2du"}],"btEBf":[function(require,module,exports) { |
| 57872 | // This file enables: import 'probe.gl/bench'. |
no outgoing calls
no test coverage detected