mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-03-29 17:08:21 +08:00
accidentally removed credit
This commit is contained in:
@@ -123,5 +123,4 @@ docDBClient.executeStoredProcedure('procedure', [10, 'foo'], (error, result) =>
|
||||
else {
|
||||
console.log('Procedure result: ' + result);
|
||||
}
|
||||
});
|
||||
|
||||
});
|
||||
2
documentdb/documentdb.d.ts
vendored
2
documentdb/documentdb.d.ts
vendored
@@ -1,6 +1,6 @@
|
||||
// Type definitions for DocumentDB
|
||||
// Project: https://github.com/Azure/azure-documentdb-node
|
||||
// Definitions by: Noel Abrahams <https://github.com/NoelAbrahams>
|
||||
// Definitions by: Noel Abrahams <https://github.com/NoelAbrahams>, Brett Gutstein <https://github.com/brettferdosi>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped/documentdb
|
||||
|
||||
declare module 'documentdb' {
|
||||
|
||||
Reference in New Issue
Block a user