UNPKG

@dpkit/table

Version:

Data Package implementation in TypeScript.

4 lines (3 loc) 176 B
import type { Schema } from "@dpkit/core"; import type { Table } from "../../table/Table.ts"; export declare function checkRowUnique(schema: Schema, errorTable: Table): Table;