cdk-from-cfn 0.162.1 → 0.163.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/index.d.ts +0 -5
- package/index_bg.wasm +0 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
@@ -2,15 +2,10 @@
|
|
2
2
|
/* eslint-disable */
|
3
3
|
/**
|
4
4
|
* Returns an array containing all supported language names.
|
5
|
-
* @returns {any[]}
|
6
5
|
*/
|
7
6
|
export function supported_languages(): any[];
|
8
7
|
/**
|
9
8
|
* Transforms the provided template into a CDK application in the specified
|
10
9
|
* language.
|
11
|
-
* @param {string} template
|
12
|
-
* @param {string} language
|
13
|
-
* @param {string} stack_name
|
14
|
-
* @returns {string}
|
15
10
|
*/
|
16
11
|
export function transmute(template: string, language: string, stack_name: string): string;
|
package/index_bg.wasm
CHANGED
Binary file
|