UNPKG

roblox-ts

Version:

A TypeScript-to-Luau Compiler for Roblox

4 lines (3 loc) 229 B
import { TransformState } from "../classes/TransformState"; import ts from "typescript"; export declare function getSourceFileFromModuleSpecifier(state: TransformState, moduleSpecifier: ts.Expression): ts.SourceFile | undefined;