We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ad2c25 commit 283f0fcCopy full SHA for 283f0fc
.eslintignore
@@ -13,4 +13,5 @@ test/resources/auth.js
13
lib/*.js
14
dialog/v1.js
15
index.js
16
+sdk.js
17
scripts/typedoc/
.gitignore
@@ -35,6 +35,7 @@ assistant/*.js
35
compare-comply/*.js
36
iam-token-manager/*.js
37
38
39
.nyc_output
40
**/*.d.ts
41
!*/blob.d.ts
tsconfig.json
@@ -71,6 +71,6 @@
71
"./iam-token-manager/*.ts",
72
"./compare-comply/*.ts",
73
74
- "index.ts"
+ "sdk.ts"
75
]
76
}
0 commit comments