UNPKG

@csvw-rdf-convertor/core

Version:

This library was generated with [Nx](https://nx.dev).

22 lines (21 loc) 648 B
/* eslint-disable @typescript-eslint/no-unused-vars */ export class TableGroupSchema { mergeTables(a, b) { throw new Error('Method not implemented.'); } renameTable(oldName, newName) { throw new Error('Method not implemented.'); } removeTable(name) { throw new Error('Method not implemented.'); } renameTableCol(table, oldName, newName) { throw new Error('Method not implemented.'); } removeTableCol(table, name) { throw new Error('Method not implemented.'); } constructor(){ this.tables = new Map(); } } //# sourceMappingURL=table-group-schema.js.map