UNPKG

@dpkit/file

Version:

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

5 lines (3 loc) 136 B
import type { BytesError } from "./Bytes.ts" import type { HashError } from "./Hash.ts" export type FileError = BytesError | HashError