(opts: InjectOptions | string, cb: LightMyRequestCallback)
| 164 | hasConstraintStrategy(strategyName: string): boolean; |
| 165 | |
| 166 | inject(opts: InjectOptions | string, cb: LightMyRequestCallback): void; |
| 167 | inject(opts: InjectOptions | string): Promise<LightMyRequestResponse>; |
| 168 | inject(): LightMyRequestChain; |
| 169 |
no outgoing calls