UNPKG

@chartshq/datamodel

Version:

An environment with `node`, `rustup` and `wasm-pack` set up.

6 lines (5 loc) 315 B
export { default as DSVStringConverter } from './dsvStringConverter'; export { default as JSONConverter } from './jsonConverter'; export { default as DSVArrayConverter } from './dsvArrayConverter'; export { default as AutoDataConverter } from './autoConverter'; export { default as convertorStore } from './store';