UNPKG

@dpkit/core

Version:

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

6 lines (5 loc) 220 B
import type { Descriptor } from "../../general/index.js"; import type { Package } from "../Package.js"; export declare function denormalizePackage(dataPackage: Package, options?: { basepath?: string; }): Descriptor;