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