(params, config)
| 58 | } |
| 59 | |
| 60 | function parseParams(params, config) { |
| 61 | return _.mapValues(params, item => parseObject(item, config)); |
| 62 | } |
| 63 | |
| 64 | export class FunctionsRouter extends PromiseRouter { |
| 65 | mountRoutes() { |
no test coverage detected
searching dependent graphs…