UNPKG

@dpkit/file

Version:

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

7 lines (6 loc) 166 B
import type { BaseFileError } from "./Base.ts"; export interface HashError extends BaseFileError { type: "file/hash"; hash: string; actualHash: string; }