diff --git a/src/Table.ts b/src/Table.ts index e06ccae..bbfd42a 100644 --- a/src/Table.ts +++ b/src/Table.ts @@ -119,7 +119,7 @@ class Table> { /** * Clears the table of all rows, resets the counter, and clears all indexes. */ - public clearTable() { + public clearTable(): void { this.rows.clear(); for (const k in this.indexes) { this.indexes[k].index.clear();