We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6b891b commit 9b35e98Copy full SHA for 9b35e98
1 file changed
packages/jsii-reflect/lib/assembly.ts
@@ -36,6 +36,13 @@ export class Assembly {
36
return this.spec.description;
37
}
38
39
+ /**
40
+ * The metadata associated with the assembly, if any.
41
+ */
42
+ public get metadata(): { readonly [key: string]: any } | undefined {
43
+ return this.spec.metadata;
44
+ }
45
+
46
/**
47
* The url to the project homepage. Maps to "homepage" from package.json.
48
*/
0 commit comments