UNPKG

@dpkit/core

Version:

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

6 lines (5 loc) 221 B
import type { Descriptor } from "../../general/index.ts"; import type { Resource } from "../Resource.ts"; export declare function denormalizeResource(resource: Resource, options?: { basepath?: string; }): Descriptor;