ui5plugin-parser
Version:
11 lines (10 loc) • 325 B
TypeScript
export declare class MainLooper {
static getEndOfChar(charBegin: string, charEnd: string, text: string): string;
private static _getCommentRanges;
private static _areAllOpenedCommendsClosed;
private static _checkIfIndexIsInCommentRange;
}
export interface ICommentRanges {
from: number;
to: number;
}