UNPKG

@loaders.gl/csv

Version:

Framework-independent loader for CSV and DSV table formats

6 lines (5 loc) 173 B
// loaders.gl // SPDX-License-Identifier: MIT // Copyright (c) vis.gl contributors export { CSVLoader } from "./csv-loader.js"; export { CSVWriter } from "./csv-writer.js";