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.ts" export type { CkanOrganization } from "./Organization.ts" export type { CkanTag } from "./Tag.ts" export { loadPackageFromCkan } from "./load.ts" export { savePackageToCkan } from "./save.ts"