# find all imports and exports in typescript or js es6 project ag --nonumbers --only-matching 'import.*$|(export [A-z]+ [A-z]+)' .