Map Selectors Processes code in a directory and maps what redux selectors are used and where. Usage install dependencies deno install change the diretory on line 6 in main.ts to the directory you want to scan main("path/to/directory"); run the script deno run main.ts