mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
accidentally removed credit
This commit is contained in:
parent
043c3d11ba
commit
e3462a9f49
@ -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' {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user