UNPKG

@dpkit/table

Version:

Data Package implementation in TypeScript.

6 lines (5 loc) 217 B
import type { Field } from "@dpkit/core"; import type { Table } from "../../table/index.ts"; export declare function checkCellMinimum(field: Field, errorTable: Table, options?: { isExclusive?: boolean; }): Table;