wallet-core/node_modules/tsutils/util/control-flow.d.ts
2017-12-10 21:51:33 +01:00

3 lines
124 B
TypeScript

import * as ts from 'typescript';
export declare function endsControlFlow(statement: ts.Statement | ts.BlockLike): boolean;