(type)
| 127012 | return gamma != null && interp && interp.gamma ? interp.gamma(gamma) : interp; |
| 127013 | } |
| 127014 | function method(type) { |
| 127015 | return "interpolate" + type.toLowerCase().split("-").map((s)=>s[0].toUpperCase() + s.slice(1)).join(""); |
| 127016 | } |
| 127017 | const continuous = { |
| 127018 | blues: "cfe1f2bed8eca8cee58fc1de74b2d75ba3cf4592c63181bd206fb2125ca40a4a90", |
| 127019 | greens: "d3eecdc0e6baabdda594d3917bc77d60ba6c46ab5e329a512089430e7735036429", |
no outgoing calls
no test coverage detected