UNPKG

@dpkit/table

Version:

Data Package implementation in TypeScript.

4 lines (3 loc) 174 B
import type { Field } from "@dpkit/core"; import type { Table } from "../../table/index.ts"; export declare function checkCellUnique(field: Field, errorTable: Table): Table;