UNPKG

@loaders.gl/schema

Version:

Table format APIs for JSON, CSV, etc...

8 lines (7 loc) 319 B
// loaders.gl // SPDX-License-Identifier: MIT // Copyright (c) vis.gl contributors export { ArrowLikeField as Field } from "./arrow-like-field.js"; export { ArrowLikeSchema as Schema } from "./arrow-like-schema.js"; export { ArrowLikeTable as Table } from "./arrow-like-table.js"; export * from "./arrow-like-type.js";