I Hope last 'syndax' fix for this minute......

This commit is contained in:
Makis Maropoulos
2015-08-16 09:56:05 +03:00
parent 3db62a13b7
commit 933c5f3796
+1 -1
View File
@@ -102,7 +102,7 @@ declare module "node-mysql-wrapper" {
}
interface MySQLWrapper {
constructor(connection?: MySQLConnection);
new (connection?: MySQLConnection): MySQLWrapper;
setConnection(connection: MySQLConnection): void;