UNPKG

356 BTypeScriptView Raw
1import ts from 'typescript';
2export declare function getDeclarations(node: ts.VariableDeclarationList): readonly ts.VariableDeclaration[];
3export declare function getDeclarationList(node: ts.VariableStatement): ts.VariableDeclarationList;
4export declare function getDeclarationsFromStatement(node: ts.VariableStatement): readonly ts.VariableDeclaration[];