UNPKG

@dpkit/core

Version:

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

6 lines (5 loc) 227 B
/** * Load a Package descriptor (JSON Object) from a file or URL * Ensures the descriptor is valid against its profile */ export declare function loadPackageDescriptor(path: string): Promise<import("./Package.ts").Package>;