UNPKG

a2r

Version:
4 lines (3 loc) 171 B
import ts from 'typescript'; declare const getExportsIdentifiersFromNodes: (nodes: ts.Node[], keys?: string[]) => string[]; export default getExportsIdentifiersFromNodes;