UNPKG

math-array

Version:

Math utility to calculate with two arrays.

9 lines (5 loc) 123 B
import { orderAware } from './utils' const sub = (a, b) => a - b export default (a, b, n) => orderAware(a, b, sub, n)