UNPKG

dpkit

Version:

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

5 lines (4 loc) 150 B
export declare function loadPackage(source: string): Promise<{ dataPackage: import("@dpkit/core").Package; cleanup?: () => Promise<void>; }>;