UNPKG

@dpkit/core

Version:

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

12 lines (11 loc) 535 B
export declare function isRemotePath(path: string): boolean; export declare function getName(filename?: string): string | undefined; export declare function getFormat(filename?: string): string | undefined; export declare function getFilename(path: string): string | undefined; export declare function getBasepath(path: string): string; export declare function normalizePath(path: string, options: { basepath?: string; }): string; export declare function denormalizePath(path: string, options: { basepath?: string; }): string;