UNPKG

@dpkit/ckan

Version:

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

5 lines (4 loc) 210 B
export type { CkanSchema } from "./Schema.ts" export type { CkanField } from "./Field.ts" export { convertSchemaFromCkan } from "./convert/fromCkan.ts" export { convertSchemaToCkan } from "./convert/toCkan.ts"