@aws-sdk/client-transcribe 3.490.0 → 3.496.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/Transcribe.js +1 -97
- package/dist-cjs/TranscribeClient.js +1 -43
- package/dist-cjs/commands/CreateCallAnalyticsCategoryCommand.js +1 -28
- package/dist-cjs/commands/CreateLanguageModelCommand.js +1 -28
- package/dist-cjs/commands/CreateMedicalVocabularyCommand.js +1 -28
- package/dist-cjs/commands/CreateVocabularyCommand.js +1 -28
- package/dist-cjs/commands/CreateVocabularyFilterCommand.js +1 -28
- package/dist-cjs/commands/DeleteCallAnalyticsCategoryCommand.js +1 -28
- package/dist-cjs/commands/DeleteCallAnalyticsJobCommand.js +1 -28
- package/dist-cjs/commands/DeleteLanguageModelCommand.js +1 -28
- package/dist-cjs/commands/DeleteMedicalScribeJobCommand.js +1 -28
- package/dist-cjs/commands/DeleteMedicalTranscriptionJobCommand.js +1 -28
- package/dist-cjs/commands/DeleteMedicalVocabularyCommand.js +1 -28
- package/dist-cjs/commands/DeleteTranscriptionJobCommand.js +1 -28
- package/dist-cjs/commands/DeleteVocabularyCommand.js +1 -28
- package/dist-cjs/commands/DeleteVocabularyFilterCommand.js +1 -28
- package/dist-cjs/commands/DescribeLanguageModelCommand.js +1 -28
- package/dist-cjs/commands/GetCallAnalyticsCategoryCommand.js +1 -28
- package/dist-cjs/commands/GetCallAnalyticsJobCommand.js +1 -28
- package/dist-cjs/commands/GetMedicalScribeJobCommand.js +1 -28
- package/dist-cjs/commands/GetMedicalTranscriptionJobCommand.js +1 -28
- package/dist-cjs/commands/GetMedicalVocabularyCommand.js +1 -28
- package/dist-cjs/commands/GetTranscriptionJobCommand.js +1 -28
- package/dist-cjs/commands/GetVocabularyCommand.js +1 -28
- package/dist-cjs/commands/GetVocabularyFilterCommand.js +1 -28
- package/dist-cjs/commands/ListCallAnalyticsCategoriesCommand.js +1 -28
- package/dist-cjs/commands/ListCallAnalyticsJobsCommand.js +1 -28
- package/dist-cjs/commands/ListLanguageModelsCommand.js +1 -28
- package/dist-cjs/commands/ListMedicalScribeJobsCommand.js +1 -28
- package/dist-cjs/commands/ListMedicalTranscriptionJobsCommand.js +1 -28
- package/dist-cjs/commands/ListMedicalVocabulariesCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/ListTranscriptionJobsCommand.js +1 -28
- package/dist-cjs/commands/ListVocabulariesCommand.js +1 -28
- package/dist-cjs/commands/ListVocabularyFiltersCommand.js +1 -28
- package/dist-cjs/commands/StartCallAnalyticsJobCommand.js +1 -28
- package/dist-cjs/commands/StartMedicalScribeJobCommand.js +1 -28
- package/dist-cjs/commands/StartMedicalTranscriptionJobCommand.js +1 -28
- package/dist-cjs/commands/StartTranscriptionJobCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateCallAnalyticsCategoryCommand.js +1 -28
- package/dist-cjs/commands/UpdateMedicalVocabularyCommand.js +1 -28
- package/dist-cjs/commands/UpdateVocabularyCommand.js +1 -28
- package/dist-cjs/commands/UpdateVocabularyFilterCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -46
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +3992 -11
- package/dist-cjs/models/TranscribeServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -315
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListCallAnalyticsCategoriesPaginator.js +1 -7
- package/dist-cjs/pagination/ListCallAnalyticsJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListLanguageModelsPaginator.js +1 -7
- package/dist-cjs/pagination/ListMedicalScribeJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListMedicalTranscriptionJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListMedicalVocabulariesPaginator.js +1 -7
- package/dist-cjs/pagination/ListTranscriptionJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListVocabulariesPaginator.js +1 -7
- package/dist-cjs/pagination/ListVocabularyFiltersPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -13
- package/dist-cjs/protocols/Aws_json1_1.js +1 -2635
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TagResourceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class TagResourceCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("Transcribe", "TagResource", {})
|
|
22
|
-
.n("TranscribeClient", "TagResourceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_TagResourceCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_TagResourceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.TagResourceCommand = TagResourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UntagResourceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UntagResourceCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("Transcribe", "UntagResource", {})
|
|
22
|
-
.n("TranscribeClient", "UntagResourceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_UntagResourceCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_UntagResourceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UntagResourceCommand = UntagResourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateCallAnalyticsCategoryCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UpdateCallAnalyticsCategoryCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("Transcribe", "UpdateCallAnalyticsCategory", {})
|
|
22
|
-
.n("TranscribeClient", "UpdateCallAnalyticsCategoryCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_UpdateCallAnalyticsCategoryCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_UpdateCallAnalyticsCategoryCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateCallAnalyticsCategoryCommand = UpdateCallAnalyticsCategoryCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateMedicalVocabularyCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UpdateMedicalVocabularyCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("Transcribe", "UpdateMedicalVocabulary", {})
|
|
22
|
-
.n("TranscribeClient", "UpdateMedicalVocabularyCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_UpdateMedicalVocabularyCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_UpdateMedicalVocabularyCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateMedicalVocabularyCommand = UpdateMedicalVocabularyCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateVocabularyCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UpdateVocabularyCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("Transcribe", "UpdateVocabulary", {})
|
|
22
|
-
.n("TranscribeClient", "UpdateVocabularyCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_UpdateVocabularyCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_UpdateVocabularyCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateVocabularyCommand = UpdateVocabularyCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateVocabularyFilterCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UpdateVocabularyFilterCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("Transcribe", "UpdateVocabularyFilter", {})
|
|
22
|
-
.n("TranscribeClient", "UpdateVocabularyFilterCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_UpdateVocabularyFilterCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_UpdateVocabularyFilterCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateVocabularyFilterCommand = UpdateVocabularyFilterCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,46 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./CreateCallAnalyticsCategoryCommand"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./CreateLanguageModelCommand"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./CreateMedicalVocabularyCommand"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./CreateVocabularyCommand"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./CreateVocabularyFilterCommand"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./DeleteCallAnalyticsCategoryCommand"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./DeleteCallAnalyticsJobCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./DeleteLanguageModelCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./DeleteMedicalScribeJobCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./DeleteMedicalTranscriptionJobCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./DeleteMedicalVocabularyCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./DeleteTranscriptionJobCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./DeleteVocabularyCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./DeleteVocabularyFilterCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./DescribeLanguageModelCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./GetCallAnalyticsCategoryCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./GetCallAnalyticsJobCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./GetMedicalScribeJobCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./GetMedicalTranscriptionJobCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./GetMedicalVocabularyCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./GetTranscriptionJobCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./GetVocabularyCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./GetVocabularyFilterCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./ListCallAnalyticsCategoriesCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./ListCallAnalyticsJobsCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./ListLanguageModelsCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./ListMedicalScribeJobsCommand"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./ListMedicalTranscriptionJobsCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./ListMedicalVocabulariesCommand"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./ListTranscriptionJobsCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./ListVocabulariesCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./ListVocabularyFiltersCommand"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./StartCallAnalyticsJobCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./StartMedicalScribeJobCommand"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./StartMedicalTranscriptionJobCommand"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./StartTranscriptionJobCommand"), exports);
|
|
41
|
-
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
42
|
-
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
43
|
-
tslib_1.__exportStar(require("./UpdateCallAnalyticsCategoryCommand"), exports);
|
|
44
|
-
tslib_1.__exportStar(require("./UpdateMedicalVocabularyCommand"), exports);
|
|
45
|
-
tslib_1.__exportStar(require("./UpdateVocabularyCommand"), exports);
|
|
46
|
-
tslib_1.__exportStar(require("./UpdateVocabularyFilterCommand"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,18 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
|
|
4
|
-
const resolveClientEndpointParameters = (options) => {
|
|
5
|
-
return {
|
|
6
|
-
...options,
|
|
7
|
-
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
8
|
-
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
9
|
-
defaultSigningName: "transcribe",
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
|
|
13
|
-
exports.commonParams = {
|
|
14
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
-
Region: { type: "builtInParams", name: "region" },
|
|
17
|
-
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
-
};
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("./index.js");
|