@sap-ux/i18n
Version:
Library for i18n
10 lines • 372 B
TypeScript
import type { I18nAnnotationNode } from './../../types';
import type { PropertyLine } from '../../parser/properties/types';
/**
* Get i18n annotation.
*
* @param commentLine comment line
* @returns annotation node
*/
export declare function getAnnotation(commentLine: PropertyLine | undefined): I18nAnnotationNode | undefined;
//# sourceMappingURL=annotation.d.ts.map