(instance, { options = {} })
| 10 | }); |
| 11 | |
| 12 | export const optionsHeatmap = (instance, { options = {} }) => |
| 13 | Object.keys(options).map((option) => instance.set(option, options[option])); |
no outgoing calls
no test coverage detected
searching dependent graphs…