UNPKG

ui5plugin-parser

Version:
7 lines (6 loc) 166 B
export declare class UI5Metadata { readonly rawMetadata: any; constructor(metadata: any); getUI5Metadata(): any | undefined; getRawMetadata(): any; }