UNPKG

@dpkit/table

Version:

Data Package implementation in TypeScript.

4 lines (3 loc) 100 B
import type { BaseError } from "@dpkit/core"; export interface BaseTableError extends BaseError { }