UNPKG

roblox-ts

Version:

A TypeScript-to-Luau Compiler for Roblox

4 lines (3 loc) 205 B
import luau from "@roblox-ts/luau-ast"; import ts from "typescript"; export declare function transformInterpolatedStringPart(node: ts.TemplateLiteralToken | ts.StringLiteral): luau.InterpolatedStringPart;