UNPKG

101 BJavaScriptView Raw
1const array = require("extra-array");
2
3var x = [1, 2, 3];
4array.interpolate(x, (a, b) => (a + b)/2);