UNPKG

@dpkit/core

Version:

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

5 lines (4 loc) 170 B
import type { Descriptor } from "../general/index.ts"; export declare function normalizePackage(descriptor: Descriptor, options: { basepath?: string; }): Descriptor;