mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-07 16:30:12 +08:00
I Hope last 'syndax' fix for this minute......
This commit is contained in:
+1
-1
@@ -102,7 +102,7 @@ declare module "node-mysql-wrapper" {
|
||||
}
|
||||
|
||||
interface MySQLWrapper {
|
||||
constructor(connection?: MySQLConnection);
|
||||
new (connection?: MySQLConnection): MySQLWrapper;
|
||||
|
||||
setConnection(connection: MySQLConnection): void;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user