UNPKG

@dpkit/file

Version:

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

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