UNPKG

@dpkit/table

Version:

Data Package implementation in TypeScript.

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