UNPKG

@dpkit/file

Version:

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

4 lines (3 loc) 215 B
import { type Package } from "@dpkit/core"; export declare function getPackageBasepath(dataPackage: Package): string | undefined; export declare function getCommonLocalBasepath(paths: string[]): string | undefined;