Reference

collectTopLevelValueExportNames

Collects value export names declared at the top level of a module.

Signature

function collectTopLevelValueExportNames(input: { code: string; filename?: string }): string[]