📅  最后修改于: 2022-03-11 14:50:34.430000             🧑  作者: Mango
# find all imports and exports in typescript or js es6 project
ag --nonumbers --only-matching 'import.*$|(export [A-z]+ [A-z]+)' .