UNPKG

@dpkit/core

Version:

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

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