UNPKG

@dpkit/table

Version:

Data Package implementation in TypeScript.

8 lines (7 loc) 270 B
import type { Schema } from "@dpkit/core"; import type { TableError } from "../error/Table.ts"; import type { Table } from "../table/Table.ts"; export declare function inspectRows(schema: Schema, errorTable: Table): { errors: TableError[]; errorTable: Table; };