UNPKG

roblox-ts

Version:

A TypeScript-to-Luau Compiler for Roblox

3 lines (2 loc) 155 B
import ts from "typescript"; export declare function hasMultipleDefinitions(symbol: ts.Symbol, filter: (declaration: ts.Declaration) => boolean): boolean;