wallet-core/node_modules/tsutils/util/control-flow.d.ts

3 lines
124 B
TypeScript
Raw Normal View History

2017-12-10 21:51:33 +01:00
import * as ts from 'typescript';
export declare function endsControlFlow(statement: ts.Statement | ts.BlockLike): boolean;