Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

typescript find all imports and exports

# find all imports and exports in typescript or js es6 project
ag --nonumbers --only-matching 'import.*$|(export [A-z]+ [A-z]+)' .
 
PREVIOUS NEXT
Tagged: #typescript #find #imports #exports
ADD COMMENT
Topic
Name
7+3 =