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

2 lines
146 B
TypeScript
Executable file

import { TmplAstElement } from '@angular/compiler';
export declare function isChildNodeOf(ast: TmplAstElement, childNodeName: string): boolean;