UNPKG

@dpkit/core

Version:

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

4 lines (3 loc) 221 B
import type { Resource } from "./Resource.ts"; export declare function inferResourceName(resource: Partial<Resource>): string; export declare function inferResourceFormat(resource: Partial<Resource>): string | undefined;