Home > @rushstack/localization-utilities > ITypingsGeneratorOptions > processComment
ITypingsGeneratorOptions.processComment property
Processes the raw text of a comment.
Signature:
processComment?: (comment: string | undefined, relativeFilePath: string, stringName: string) => string | undefined;