UNPKG

@dpkit/ckan

Version:

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

6 lines (5 loc) 240 B
export type { CkanPackage } from "./Package.js" export type { CkanOrganization } from "./Organization.js" export type { CkanTag } from "./Tag.js" export { loadPackageFromCkan } from "./load.js" export { savePackageToCkan } from "./save.js"