vis-data
Version:
Manage unstructured data using DataSet. Add, update, and remove data, and listen for changes in the data.
10 lines • 720 B
TypeScript
export type { DataInterface, DataInterfaceGetIdsOptions, DataInterfaceGetOptions, DataInterfaceGetOptionsArray, DataInterfaceGetOptionsObject, DataInterfaceMapOptions, DataInterfaceOrder, EventCallbacks, EventCallbacksWithAny, EventName, EventNameWithAny, } from "./data-interface.ts";
export * from "./data-pipe.ts";
export { DELETE } from "vis-util/esnext";
export { DataSet, type DataSetOptions } from "./data-set.ts";
export { DataStream } from "./data-stream.ts";
export { DataView, type DataViewOptions } from "./data-view.ts";
export { Queue } from "./queue.ts";
export { isDataSetLike } from "./data-set-check.ts";
export { isDataViewLike } from "./data-view-check.ts";
//# sourceMappingURL=entry-esnext.d.ts.map