Files
component-party/build/lib/angularHighlighter.d.ts
2025-09-21 23:13:53 +02:00

7 lines
179 B
TypeScript

export function mustUseAngularHighlighter(fileContent: string): boolean;
export function highlightAngularComponent(
fileContent: string,
fileExt: string,
): Promise<string>;