UNPKG

a2r

Version:
4 lines (3 loc) 126 B
import ts from 'typescript'; declare const getMainMethodName: (nodes: ts.Node[]) => string; export default getMainMethodName;