UNPKG

@dpkit/core

Version:

Fast TypeScript data management framework built on top of the Data Package standard and Polars DataFrames

6 lines (5 loc) 226 B
export type { Field } from "./Field.ts"; export type { FieldType } from "./Type.ts"; export type * from "./types/index.ts"; export { normalizeField } from "./normalize.ts"; export { denormalizeField } from "./denormalize.ts";