UNPKG

dpkit

Version:

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

8 lines (7 loc) 203 B
import type { Package } from "@dpkit/core"; export declare function savePackage(dataPackage: Package, options: { target: string; withRemote?: boolean; }): Promise<void | { path?: string; }>;