We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cef266a + 11f0a55 commit 8adc128Copy full SHA for 8adc128
index.d.ts
@@ -1,10 +1,10 @@
1
-// Type definitions for node-vault 0.9.8
+// Type definitions for node-vault 0.10.9
2
// Project: https://github.com/nodevault/node-vault
3
// Definitions by: Jianrong Yu <https://github.com/YuJianrong>
4
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5
// TypeScript Version: 2.3
6
7
-import * as request from "request";
+import * as request from "postman-request";
8
9
declare namespace NodeVault {
10
interface Option {
0 commit comments