UNPKG

@dpkit/core

Version:

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

5 lines (4 loc) 183 B
import type { ProfileType } from "./registry.js"; export declare function loadProfile(path: string, options?: { type?: ProfileType; }): Promise<import("../index.js").Descriptor>;