UNPKG

dpkit

Version:

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

5 lines (4 loc) 383 B
import { Option } from "commander"; export declare const hashType: Option<"--hash-type <type>", undefined, "sha256", undefined, false, "md5" | "sha1" | "sha256" | "sha512">; export declare const bytes: Option<"--bytes <bytes>", undefined, undefined, undefined, false, undefined>; export declare const hash: Option<"--hash <hash>", undefined, undefined, undefined, false, undefined>;