UNPKG

roblox-ts

Version:

A TypeScript-to-Luau Compiler for Roblox

4 lines (3 loc) 202 B
import { TransformState } from "../classes/TransformState"; import ts from "typescript"; export declare function checkVariableHoist(state: TransformState, node: ts.Identifier, symbol: ts.Symbol): void;