UNPKG

codelyzer

Version:

Linting for Angular applications, following angular.io/styleguide.

3 lines (2 loc) 138 B
import { ElementAst } from '@angular/compiler'; export declare const isChildNodeOf: (root: ElementAst, childNodeName: string) => boolean;