started to convert to typescript

This commit is contained in:
grimhilt
2023-04-01 16:32:29 +02:00
parent aced3b8914
commit 90dd16ee0d
32 changed files with 1045 additions and 3897 deletions

View File

@@ -1,4 +1,4 @@
const mysql = require("mysql");
const mysql from ";
export class TestDb {
constructor (options) {