UNPKG

@dpkit/file

Version:

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

9 lines (8 loc) 217 B
import type { FileError } from "../error/index.ts"; export declare function validateFile(path: string, options?: { bytes?: number; hash?: string; }): Promise<{ valid: boolean; errors: FileError[]; }>;