UNPKG

roblox-ts

Version:

A TypeScript-to-Luau Compiler for Roblox

4 lines (3 loc) 186 B
import ts from "typescript"; export declare function isReturnBlockedByTryStatement(node: ts.Node): boolean; export declare function isBreakBlockedByTryStatement(node: ts.Node): boolean;