UNPKG

roblox-ts

Version:

<div align="center"><img width=25% src="https://i.imgur.com/yCjHmng.png"></div> <h1 align="center"><a href="https://roblox-ts.github.io/">roblox-ts</a></h1> <div align="center">A TypeScript-to-Lua Compiler for Roblox</div> <br> <div align="center"> <a hr

5 lines (4 loc) 282 B
import * as ts from "ts-morph"; import { CompilerState } from "../CompilerState"; export declare function compileThrowStatement(state: CompilerState, node: ts.ThrowStatement): string; export declare function compileTryStatement(state: CompilerState, node: ts.TryStatement): string;