Reference
collectTopLevelValueExportNames
Collects value export names declared at the top level of a module.
Signature
function collectTopLevelValueExportNames(input: { code: string; filename?: string }): string[]Reference
Collects value export names declared at the top level of a module.
function collectTopLevelValueExportNames(input: { code: string; filename?: string }): string[]