Function: importsAny()
importsAny(
path,targets):boolean
Defined in: packages/bakit/src/lib/loader/loader.ts:175
Checks if the target file imports any of the files in the 'targets' set.
Parameters
path
string
The file path to check.
targets
Set<string>
The list of the files to check.
Returns
boolean