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 4ea9ac7 commit eeb29cbCopy full SHA for eeb29cb
package.json
@@ -4,8 +4,8 @@
4
"description": "Aspose.Tasks Cloud SDK for Node.js",
5
"homepage": "https://products.aspose.cloud/tasks",
6
"readmeFilename": "README.md",
7
- "main": "dist/src/api.js",
8
- "types": "dist/src/api.d.ts",
+ "main": "dist/src/index.js",
+ "types": "dist/src/index.d.ts",
9
"scripts": {
10
"test": "mocha -r ts-node/register test/**/*.ts --no-timeouts",
11
"compile": "tsc --build tsconfig.json"
src/index.ts
@@ -0,0 +1,6 @@
1
+export * from './model/model'
2
+export * from './api'
3
+export * from './internal/auth'
+export * from './internal/configuration'
+export * from './internal/objectSerializer'
+export * from './internal/requestHelper'
0 commit comments