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