@aws-sdk/client-cloudformation 3.503.0 → 3.504.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/README.md +88 -0
- package/dist-cjs/commands/CreateGeneratedTemplateCommand.js +1 -0
- package/dist-cjs/commands/DeleteGeneratedTemplateCommand.js +1 -0
- package/dist-cjs/commands/DescribeGeneratedTemplateCommand.js +1 -0
- package/dist-cjs/commands/DescribeResourceScanCommand.js +1 -0
- package/dist-cjs/commands/GetGeneratedTemplateCommand.js +1 -0
- package/dist-cjs/commands/ListGeneratedTemplatesCommand.js +1 -0
- package/dist-cjs/commands/ListResourceScanRelatedResourcesCommand.js +1 -0
- package/dist-cjs/commands/ListResourceScanResourcesCommand.js +1 -0
- package/dist-cjs/commands/ListResourceScansCommand.js +1 -0
- package/dist-cjs/commands/StartResourceScanCommand.js +1 -0
- package/dist-cjs/commands/UpdateGeneratedTemplateCommand.js +1 -0
- package/dist-cjs/index.js +1677 -73
- package/dist-cjs/models/models_1.js +1 -0
- package/dist-cjs/pagination/ListGeneratedTemplatesPaginator.js +1 -0
- package/dist-cjs/pagination/ListResourceScanRelatedResourcesPaginator.js +1 -0
- package/dist-cjs/pagination/ListResourceScanResourcesPaginator.js +1 -0
- package/dist-cjs/pagination/ListResourceScansPaginator.js +1 -0
- package/dist-es/CloudFormation.js +22 -0
- package/dist-es/commands/CreateGeneratedTemplateCommand.js +24 -0
- package/dist-es/commands/DeleteGeneratedTemplateCommand.js +24 -0
- package/dist-es/commands/DescribeGeneratedTemplateCommand.js +24 -0
- package/dist-es/commands/DescribeResourceScanCommand.js +24 -0
- package/dist-es/commands/GetGeneratedTemplateCommand.js +24 -0
- package/dist-es/commands/ListGeneratedTemplatesCommand.js +24 -0
- package/dist-es/commands/ListResourceScanRelatedResourcesCommand.js +24 -0
- package/dist-es/commands/ListResourceScanResourcesCommand.js +24 -0
- package/dist-es/commands/ListResourceScansCommand.js +24 -0
- package/dist-es/commands/StartResourceScanCommand.js +24 -0
- package/dist-es/commands/UpdateGeneratedTemplateCommand.js +24 -0
- package/dist-es/commands/index.js +11 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +104 -0
- package/dist-es/models/models_1.js +1 -0
- package/dist-es/pagination/ListGeneratedTemplatesPaginator.js +4 -0
- package/dist-es/pagination/ListResourceScanRelatedResourcesPaginator.js +4 -0
- package/dist-es/pagination/ListResourceScanResourcesPaginator.js +4 -0
- package/dist-es/pagination/ListResourceScansPaginator.js +4 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_query.js +1322 -92
- package/dist-types/CloudFormation.d.ts +77 -0
- package/dist-types/CloudFormationClient.d.ts +13 -2
- package/dist-types/commands/CreateGeneratedTemplateCommand.d.ts +116 -0
- package/dist-types/commands/DeleteGeneratedTemplateCommand.d.ts +75 -0
- package/dist-types/commands/DescribeGeneratedTemplateCommand.d.ts +135 -0
- package/dist-types/commands/DescribeResourceScanCommand.d.ts +168 -0
- package/dist-types/commands/GetGeneratedTemplateCommand.d.ts +100 -0
- package/dist-types/commands/ListGeneratedTemplatesCommand.d.ts +112 -0
- package/dist-types/commands/ListResourceScanRelatedResourcesCommand.d.ts +145 -0
- package/dist-types/commands/ListResourceScanResourcesCommand.d.ts +147 -0
- package/dist-types/commands/ListResourceScansCommand.d.ts +97 -0
- package/dist-types/commands/StartResourceScanCommand.d.ts +91 -0
- package/dist-types/commands/StopStackSetOperationCommand.d.ts +1 -1
- package/dist-types/commands/TestTypeCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGeneratedTemplateCommand.d.ts +156 -0
- package/dist-types/commands/UpdateStackCommand.d.ts +1 -1
- package/dist-types/commands/UpdateStackInstancesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateStackSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +1 -1
- package/dist-types/commands/ValidateTemplateCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +11 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +4075 -3877
- package/dist-types/models/models_1.d.ts +974 -0
- package/dist-types/pagination/ListGeneratedTemplatesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListResourceScanRelatedResourcesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListResourceScanResourcesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListResourceScansPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_query.d.ts +99 -0
- package/dist-types/ts3.4/CloudFormation.d.ts +187 -0
- package/dist-types/ts3.4/CloudFormationClient.d.ts +66 -0
- package/dist-types/ts3.4/commands/CreateGeneratedTemplateCommand.d.ts +30 -0
- package/dist-types/ts3.4/commands/DeleteGeneratedTemplateCommand.d.ts +26 -0
- package/dist-types/ts3.4/commands/DescribeGeneratedTemplateCommand.d.ts +30 -0
- package/dist-types/ts3.4/commands/DescribeResourceScanCommand.d.ts +30 -0
- package/dist-types/ts3.4/commands/GetGeneratedTemplateCommand.d.ts +30 -0
- package/dist-types/ts3.4/commands/ListGeneratedTemplatesCommand.d.ts +30 -0
- package/dist-types/ts3.4/commands/ListResourceScanRelatedResourcesCommand.d.ts +30 -0
- package/dist-types/ts3.4/commands/ListResourceScanResourcesCommand.d.ts +30 -0
- package/dist-types/ts3.4/commands/ListResourceScansCommand.d.ts +29 -0
- package/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +29 -0
- package/dist-types/ts3.4/commands/StopStackSetOperationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TestTypeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateGeneratedTemplateCommand.d.ts +30 -0
- package/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateStackInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateStackSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTerminationProtectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ValidateTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +11 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +250 -99
- package/dist-types/ts3.4/models/models_1.d.ts +132 -0
- package/dist-types/ts3.4/pagination/ListGeneratedTemplatesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListResourceScanRelatedResourcesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListResourceScanResourcesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListResourceScansPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +132 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -260,6 +260,14 @@ CreateChangeSet
|
|
|
260
260
|
|
|
261
261
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudformation/command/CreateChangeSetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/CreateChangeSetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/CreateChangeSetCommandOutput/)
|
|
262
262
|
|
|
263
|
+
</details>
|
|
264
|
+
<details>
|
|
265
|
+
<summary>
|
|
266
|
+
CreateGeneratedTemplate
|
|
267
|
+
</summary>
|
|
268
|
+
|
|
269
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudformation/command/CreateGeneratedTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/CreateGeneratedTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/CreateGeneratedTemplateCommandOutput/)
|
|
270
|
+
|
|
263
271
|
</details>
|
|
264
272
|
<details>
|
|
265
273
|
<summary>
|
|
@@ -308,6 +316,14 @@ DeleteChangeSet
|
|
|
308
316
|
|
|
309
317
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudformation/command/DeleteChangeSetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/DeleteChangeSetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/DeleteChangeSetCommandOutput/)
|
|
310
318
|
|
|
319
|
+
</details>
|
|
320
|
+
<details>
|
|
321
|
+
<summary>
|
|
322
|
+
DeleteGeneratedTemplate
|
|
323
|
+
</summary>
|
|
324
|
+
|
|
325
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudformation/command/DeleteGeneratedTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/DeleteGeneratedTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/DeleteGeneratedTemplateCommandOutput/)
|
|
326
|
+
|
|
311
327
|
</details>
|
|
312
328
|
<details>
|
|
313
329
|
<summary>
|
|
@@ -364,6 +380,14 @@ DescribeChangeSetHooks
|
|
|
364
380
|
|
|
365
381
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudformation/command/DescribeChangeSetHooksCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/DescribeChangeSetHooksCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/DescribeChangeSetHooksCommandOutput/)
|
|
366
382
|
|
|
383
|
+
</details>
|
|
384
|
+
<details>
|
|
385
|
+
<summary>
|
|
386
|
+
DescribeGeneratedTemplate
|
|
387
|
+
</summary>
|
|
388
|
+
|
|
389
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudformation/command/DescribeGeneratedTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/DescribeGeneratedTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/DescribeGeneratedTemplateCommandOutput/)
|
|
390
|
+
|
|
367
391
|
</details>
|
|
368
392
|
<details>
|
|
369
393
|
<summary>
|
|
@@ -380,6 +404,14 @@ DescribePublisher
|
|
|
380
404
|
|
|
381
405
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudformation/command/DescribePublisherCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/DescribePublisherCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/DescribePublisherCommandOutput/)
|
|
382
406
|
|
|
407
|
+
</details>
|
|
408
|
+
<details>
|
|
409
|
+
<summary>
|
|
410
|
+
DescribeResourceScan
|
|
411
|
+
</summary>
|
|
412
|
+
|
|
413
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudformation/command/DescribeResourceScanCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/DescribeResourceScanCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/DescribeResourceScanCommandOutput/)
|
|
414
|
+
|
|
383
415
|
</details>
|
|
384
416
|
<details>
|
|
385
417
|
<summary>
|
|
@@ -508,6 +540,14 @@ ExecuteChangeSet
|
|
|
508
540
|
|
|
509
541
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudformation/command/ExecuteChangeSetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/ExecuteChangeSetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/ExecuteChangeSetCommandOutput/)
|
|
510
542
|
|
|
543
|
+
</details>
|
|
544
|
+
<details>
|
|
545
|
+
<summary>
|
|
546
|
+
GetGeneratedTemplate
|
|
547
|
+
</summary>
|
|
548
|
+
|
|
549
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudformation/command/GetGeneratedTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/GetGeneratedTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/GetGeneratedTemplateCommandOutput/)
|
|
550
|
+
|
|
511
551
|
</details>
|
|
512
552
|
<details>
|
|
513
553
|
<summary>
|
|
@@ -556,6 +596,14 @@ ListExports
|
|
|
556
596
|
|
|
557
597
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudformation/command/ListExportsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/ListExportsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/ListExportsCommandOutput/)
|
|
558
598
|
|
|
599
|
+
</details>
|
|
600
|
+
<details>
|
|
601
|
+
<summary>
|
|
602
|
+
ListGeneratedTemplates
|
|
603
|
+
</summary>
|
|
604
|
+
|
|
605
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudformation/command/ListGeneratedTemplatesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/ListGeneratedTemplatesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/ListGeneratedTemplatesCommandOutput/)
|
|
606
|
+
|
|
559
607
|
</details>
|
|
560
608
|
<details>
|
|
561
609
|
<summary>
|
|
@@ -564,6 +612,30 @@ ListImports
|
|
|
564
612
|
|
|
565
613
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudformation/command/ListImportsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/ListImportsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/ListImportsCommandOutput/)
|
|
566
614
|
|
|
615
|
+
</details>
|
|
616
|
+
<details>
|
|
617
|
+
<summary>
|
|
618
|
+
ListResourceScanRelatedResources
|
|
619
|
+
</summary>
|
|
620
|
+
|
|
621
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudformation/command/ListResourceScanRelatedResourcesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/ListResourceScanRelatedResourcesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/ListResourceScanRelatedResourcesCommandOutput/)
|
|
622
|
+
|
|
623
|
+
</details>
|
|
624
|
+
<details>
|
|
625
|
+
<summary>
|
|
626
|
+
ListResourceScanResources
|
|
627
|
+
</summary>
|
|
628
|
+
|
|
629
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudformation/command/ListResourceScanResourcesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/ListResourceScanResourcesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/ListResourceScanResourcesCommandOutput/)
|
|
630
|
+
|
|
631
|
+
</details>
|
|
632
|
+
<details>
|
|
633
|
+
<summary>
|
|
634
|
+
ListResourceScans
|
|
635
|
+
</summary>
|
|
636
|
+
|
|
637
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudformation/command/ListResourceScansCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/ListResourceScansCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/ListResourceScansCommandOutput/)
|
|
638
|
+
|
|
567
639
|
</details>
|
|
568
640
|
<details>
|
|
569
641
|
<summary>
|
|
@@ -716,6 +788,14 @@ SignalResource
|
|
|
716
788
|
|
|
717
789
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudformation/command/SignalResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/SignalResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/SignalResourceCommandOutput/)
|
|
718
790
|
|
|
791
|
+
</details>
|
|
792
|
+
<details>
|
|
793
|
+
<summary>
|
|
794
|
+
StartResourceScan
|
|
795
|
+
</summary>
|
|
796
|
+
|
|
797
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudformation/command/StartResourceScanCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/StartResourceScanCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/StartResourceScanCommandOutput/)
|
|
798
|
+
|
|
719
799
|
</details>
|
|
720
800
|
<details>
|
|
721
801
|
<summary>
|
|
@@ -732,6 +812,14 @@ TestType
|
|
|
732
812
|
|
|
733
813
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudformation/command/TestTypeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/TestTypeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/TestTypeCommandOutput/)
|
|
734
814
|
|
|
815
|
+
</details>
|
|
816
|
+
<details>
|
|
817
|
+
<summary>
|
|
818
|
+
UpdateGeneratedTemplate
|
|
819
|
+
</summary>
|
|
820
|
+
|
|
821
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudformation/command/UpdateGeneratedTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/UpdateGeneratedTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudformation/Interface/UpdateGeneratedTemplateCommandOutput/)
|
|
822
|
+
|
|
735
823
|
</details>
|
|
736
824
|
<details>
|
|
737
825
|
<summary>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require("../index.js");
|