7 ms·
Most development setups have a way to do a regex search through a codebase; You'd be looking for declare type.*any
by ghh 10y ago
Most development setups have a way to do a regex search through a codebase; You'd be looking for declare type.*any
- wrigby 10y agoIf 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 http://beyondgrep.com