UNPKG

a2r

Version:
4 lines (3 loc) 192 B
import ts from 'typescript'; declare const getMainMethodNode: (nodes: ts.Node[], mainMethodName: string) => ts.FunctionDeclaration | ts.ArrowFunction | null; export default getMainMethodNode;