UNPKG

@dpkit/core

Version:

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

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