mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Cleaned up ghost module so that its name makes sense
On branch mariasql modified: mariasql/mariasql-tests.ts modified: mariasql/mariasql.d.ts
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
import util = require('util');
|
||||
import Client = require('mariasql');
|
||||
|
||||
var c:MARIASQL.MariaClient = new Client(),
|
||||
var c:mariasql.MariaClient = new Client(),
|
||||
inspect = util.inspect;
|
||||
|
||||
c.connect({
|
||||
|
||||
Vendored
+2
-2
@@ -3,7 +3,7 @@
|
||||
// Definitions by: MichaelBennett <https://github.com/bennett000/>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
declare module MARIASQL {
|
||||
declare module mariasql {
|
||||
export interface MariaCallBackError {
|
||||
(error:Error):void
|
||||
}
|
||||
@@ -97,6 +97,6 @@ declare module MARIASQL {
|
||||
}
|
||||
|
||||
declare module "mariasql" {
|
||||
var Client:MARIASQL.Client;
|
||||
var Client:mariasql.Client;
|
||||
export = Client;
|
||||
}
|
||||
Reference in New Issue
Block a user