(strategyName: string)
| 162 | |
| 163 | addConstraintStrategy(strategy: ConstraintStrategy<FindMyWayVersion<RawServer>, unknown>): void; |
| 164 | hasConstraintStrategy(strategyName: string): boolean; |
| 165 | |
| 166 | inject(opts: InjectOptions | string, cb: LightMyRequestCallback): void; |
| 167 | inject(opts: InjectOptions | string): Promise<LightMyRequestResponse>; |
no outgoing calls
no test coverage detected