Function: isImportedBy()
isImportedBy(
path,matcher):boolean
Defined in: packages/bakit/src/lib/loader/loader.ts:195
Check if the file is imported by a specific target.
Parameters
path
string
The path of the file to check.
matcher
The target condition to match.
string | RegExp | (path) => boolean
Returns
boolean
boolean