UNPKG

@dpkit/ckan

Version:

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

11 lines (10 loc) 268 B
import type { Package } from "@dpkit/core"; export declare function savePackageToCkan(dataPackage: Package, options: { apiKey: string; ckanUrl: string; ownerOrg: string; datasetName: string; }): Promise<{ path: unknown; datasetUrl: string; }>;