projecte_ionic/node_modules/@angular-eslint/eslint-plugin-template/dist/utils/attributes-comparator.d.ts
2022-02-09 18:30:03 +01:00

2 lines
171 B
TypeScript
Executable file

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