UNPKG

@jrc03c/js-math-tools

Version:
8 lines (5 loc) 150 B
import { stats } from "./stats.mjs" function mode(arr, shouldDropNaNs) { return stats(arr, { shouldDropNaNs, mode: true }).mode } export { mode }