UNPKG

@alyle/ui

Version:

Minimal Design, a set of components for Angular

4 lines (3 loc) 180 B
import * as ts from 'typescript'; export declare function findNode(node: ts.Node, kind: ts.SyntaxKind): ts.Node | null; export declare function getNodes(node: ts.Node): ts.Node[];