How to find what code is using an imported type in Javascript?

If I have an import statement like:

import { ColumnsView } from '..somefolder';

How do I know what code in the file is using anything from ColumnsView?

Similar to 'Find Dependent Code' functionality on a .NET assembly.

0

Please sign in to leave a comment.