mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Update reference paths
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/// <reference path="msnodesql-0.2.d.ts" />
|
||||
/// <reference path="msnodesql.d.ts" />
|
||||
|
||||
import sql = module('msnodesql');
|
||||
|
||||
|
||||
Vendored
+1
-1
@@ -4,7 +4,7 @@
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
|
||||
///<reference path='../node/node-0.8.d.ts' />
|
||||
///<reference path='../node/node.d.ts' />
|
||||
|
||||
declare module "msnodesql" {
|
||||
export function open(connectionString: string, callback: Function): Connection;
|
||||
|
||||
Reference in New Issue
Block a user