gettext-extractor
Version:
Gettext extractor for JavaScript, TypeScript, JSX and HTML
6 lines (5 loc) • 312 B
TypeScript
import * as ts from 'typescript';
export declare abstract class JsUtils {
static segmentsMatchPropertyExpression(segments: string[], propertyAccessExpression: ts.PropertyAccessExpression): boolean;
static calleeNameMatchesCallExpression(calleeName: string, callExpression: ts.CallExpression): boolean;
}