Kind: Function
Source: atloria-monorepo/libs/parser-core/src/utils/framework-detect.ts
True for a file that imports from any '@nestjs/…' package.
Signature
tsfunction isNestJsFile(filePath: string, content: string): boolean
Parameters
| Name | Type |
|---|---|
filePath | string |
content | string |
Returns: boolean
Was this page helpful?