Default exports exporting a function
Author: LGTM
import javascript
from ExportDefaultDeclaration e
where e.getOperand() instanceof Function
select eDescription
Finds 'default' exports that export a function
import javascript
from ExportDefaultDeclaration e
where e.getOperand() instanceof Function
select eFinds 'default' exports that export a function