mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge branch 'master' into rename-repo-url
This commit is contained in:
Vendored
+2
-2
@@ -3,7 +3,7 @@
|
||||
// Definitions by: MichaelBennett <https://github.com/bennett000/>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
declare module mariasql {
|
||||
declare namespace mariasql {
|
||||
export interface MariaCallBackError {
|
||||
(error:Error):void
|
||||
}
|
||||
@@ -112,4 +112,4 @@ declare module mariasql {
|
||||
declare module "mariasql" {
|
||||
var Client:mariasql.Client;
|
||||
export = Client;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user