Hacker News new | ask | show | jobs
by ghh 3651 days ago
Most development setups have a way to do a regex search through a codebase; You'd be looking for declare type.*any
1 comments

If you're IDE doesn't do it, then I highly recommend using ack[1]. It's my go-to tool for tasks like this, and I've found it a joy to use.

1: http://beyondgrep.com