UNPKG

generic-min-max

Version:

This node.js module exports a generic min-max algorithm, alongside some implementations This package comes with full typescript support!

4 lines (3 loc) 143 B
declare function getMaxIndex(arr: number[]): number; declare function getMinIndex(arr: number[]): number; export { getMaxIndex, getMinIndex };