UNPKG

roblox-ts

Version:

A TypeScript-to-Luau Compiler for Roblox

4 lines (3 loc) 174 B
import luau from "@roblox-ts/luau-ast"; export declare function transformTrueKeyword(): luau.TrueLiteral; export declare function transformFalseKeyword(): luau.FalseLiteral;