UNPKG

roblox-ts

Version:

A TypeScript-to-Luau Compiler for Roblox

4 lines (3 loc) 226 B
import luau from "@roblox-ts/luau-ast"; import ts from "typescript"; export declare function getAssignableValue(operator: luau.AssignmentOperator, value: luau.Expression, valueType: ts.Type): luau.Expression<luau.SyntaxKind>;