UNPKG

@sap-ux/i18n

Version:

Library for i18n

10 lines 378 B
import type { I18nAnnotationNode } from './../../types.js'; import type { PropertyLine } from '../../parser/properties/types.js'; /** * Get i18n annotation. * * @param commentLine comment line * @returns annotation node */ export declare function getAnnotation(commentLine: PropertyLine | undefined): I18nAnnotationNode | undefined; //# sourceMappingURL=annotation.d.ts.map