2 lines
171 B
TypeScript
Executable file
2 lines
171 B
TypeScript
Executable file
import type { TmplAstElement } from '@angular/compiler';
|
|
export declare function attributesComparator(baseAttributes: any[] | undefined, node: TmplAstElement): boolean;
|