UNPKG

@dpkit/file

Version:

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

8 lines (7 loc) 187 B
import type { HashType } from "./infer.ts"; export declare function describeFile(path: string, options?: { hashType?: HashType; }): Promise<{ bytes: number; hash: string; }>;