Kind: Function
Source: packages/core/helpers/optional-require.ts
Part of: Core
Signature
tsfunction optionalRequire(packageName: string, loaderFn: Function)
Parameters
| Name | Type |
|---|---|
packageName | string |
loaderFn | Function |
Used by
1 reference from 1 file. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (1)
NestMicroservice—packages/microservices/nest-microservice.ts:35
Was this page helpful?