UNPKG

@dpkit/zip

Version:

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

6 lines (5 loc) 188 B
import type { Package } from "@dpkit/core"; export declare function savePackageToZip(dataPackage: Package, options: { archivePath: string; withRemote?: boolean; }): Promise<void>;