All Questions
1 question
3votes
1answer
1kviews
Recursively find TypeScript files imported/exported from an entry point
I'd like to know what's the best practice as functional programming in JavaScript to work with arrays and passing them as an argument to a recursive function that may run itself within its branch. In ...